-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
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
Documentation for Normalized Cache and Optimistic responses #1163
Comments
As this project is run by volunteers, we do not have proper documentation. We do have fantastic test coverage! Take a look at the tests to see if you CA find a good example. |
@digitalbuddha Thanks, that actually helps a lot! Im assuming the tests can be used as guidance for the beste practices? One more thing I did not discover in the tests: What is the recommended way to refetch the dependent queries? Should I use a watcher or the refetch mechanism? Thanks a lot! |
I would use the |
Hi,
I was just reading around normalized cache and optimistic responses.
After some digging, I saw that @sav007 created/merged a few features concerning this (last one being, #618).
Is there some documentation or best practice example on how to use these features? Im a little lost and all the apollo android docs seem broken atm.
Generally, I would like to be able to put my mutation results in the cache and reload dependent queries. How can this be implemented?
Any tips?
Thanks!
The text was updated successfully, but these errors were encountered: