graphql-codegen-apollo-next-ssr
graphql-codegen-apollo-next-ssr copied to clipboard
Change `apolloState` to `initialApolloState`
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
I see your point, I used the same name used by next-with-apollo
@imCorfitz I think #147 (add apolloStateKey to you codegen config) allows you to do what you want