Closed zebapy closed 6 years ago
Ooops - the apollo-boost
options listed in the README are out of date. Please refer to the main Apollo Client API docs for the proper ApolloClient
constructor options. I'll get the README updated accordingly. Thanks!
The problematic section was removed from the Apollo Boost README, and replaced with a link to the proper section in the official docs. Thanks!
I'm encountering a problem where if I don't spread context in
operation.setContext
, then thecache
is unavailable in my client state resolver. According to the apollo boost example, this should work.How I'm using it. authed.js helper render prop component
Intended outcome: cache should be available in resolver context
Actual outcome:
How to reproduce the issue: I tried setting this up on codesandbox https://codesandbox.io/s/n55oo5zq6j
but it's not creating the same issue. I have so much other code in my app so maybe it's something with that
Version