We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apolloState
initialApolloState
Just an observation, since server side doesn't work when simply returning the await ssrQueryThing......
await ssrQueryThing.....
I tried to convert the with-apollo example at Next.js to TypeScript implementing graphQl-code-generator. This is the sandbox in development: https://codesandbox.io/s/nextjs-with-apollo-3-and-graphql-generator-5463i
The text was updated successfully, but these errors were encountered:
I see your point, I used the same name used by next-with-apollo
next-with-apollo
Sorry, something went wrong.
@imCorfitz I think #147 (add apolloStateKey to you codegen config) allows you to do what you want
apolloStateKey
No branches or pull requests
Just an observation, since server side doesn't work when simply returning the
await ssrQueryThing.....
.I tried to convert the with-apollo example at Next.js to TypeScript implementing graphQl-code-generator. This is the sandbox in development: https://codesandbox.io/s/nextjs-with-apollo-3-and-graphql-generator-5463i
The text was updated successfully, but these errors were encountered: