Replies: 1 comment
-
that's a good thing to add to the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am prototyping a schema purely client side with no server (the server is under development separately). All of the apollo-angular docs assume you will set up an
HttpLink
with a validuri
, but I have nouri
to point to. Every field in my schema is decorated with@client
, so there is no need to go across the wire to any server.How can I configure my client to be 100% encapsulated within the UI?
Additionally, if this is possible, it should be mentioned in the Development and Testing doc.
Beta Was this translation helpful? Give feedback.
All reactions