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
According to https://www.apollographql.com/docs/react/v3.0-beta/migrating/apollo-client-3-migration/#breaking-cache-changes, there is a new cache.modify function that can be used to update the cache. I haven't seen any documentation for how to use this, however. Can someone point me in the right direction or do the docs still need to be updated for this?
The text was updated successfully, but these errors were encountered:
@nratter cache.modify was recently removed. See #6289 for the full details.
cache.modify
Sorry, something went wrong.
... and it was un-removed! in #6350. See there.
No branches or pull requests
According to https://www.apollographql.com/docs/react/v3.0-beta/migrating/apollo-client-3-migration/#breaking-cache-changes, there is a new cache.modify function that can be used to update the cache. I haven't seen any documentation for how to use this, however. Can someone point me in the right direction or do the docs still need to be updated for this?
The text was updated successfully, but these errors were encountered: