Open
Description
It would be great to put together some documentation on caching in Apollo with vue-apollo, and I'd like to help on this front, but I am not sure of what Vue-targeted caching docs/examples are out there already
- Apollo In-memory Cache
- Set fetch policy on Vue Apollo Provider
- Set fetch policy on vue-apollo ApolloQuery component
Some questions:
- What about cache management in vue-apollo is missing above?
- Is the Apollo In-memory Cache documentation at the above link completely relevant to vue-apollo? (I assume it is, but that link is nested under React Apollo)
- Should we set global fetch cache policy in the Provider?
- Are there any good example repos of different cache management strategies in vue-apollo?
- If no to number 4, what examples would be helpful to the community?