next-with-apollo
next-with-apollo copied to clipboard
Apollo HOC for Next.js
This is not really an error, more guidance, I have been struggling with setting auth headers, do you have any example? It would be awesome to add one to the...
Greetings! I have a simple setup to server-side render my pages. I simply wrap `_app.tsx` with `withApollo` and pass `getDataFromTree` from [@apollo/react-ssr](https://www.apollographql.com/docs/react/api/react-ssr/). Everything works great, some of my queries are...
Firstly, thanks for you good work to share such useful module and saved me lots of time! I managed to use isomorphic-ws to create the ws link for apollo client...
Hi, Sorry if this is a noob question, i'm new to Apollo and can't seem to find good documentation surrounding the tradeoffs. From my understanding, we want SSR and SEO...
Is it possible that with the new version of the `withApollo` the `loading` prop is always true? It seems that jest don't await anymore to the promise to be resolved.
There is no changelog regarding the versions of this project. And no indication about what are the breaking changes and how to upgrade. Could you add a CHANGELOG.md file? And...
Setting `cache: new InMemoryCache().restore(initialState || {})` results in `Error: Circular structure in "getInitialProps" result of page "/". https://err.sh/zeit/next.js/circular-structure` So I had to remove it from my `withApollo` setup. What does...