wizards-apollo
wizards-apollo copied to clipboard
An application for my talk about caching management with Apollo Client 3
Wizards Apollo
Application used for my talk about caching management with Apollo Client 3
Resources
- Apollo Day Talk
- GraphQL Summit Talk - Coming soon
Topics covered
- Differences between fetch policies options: Inspect by selecting a fetch policy on the header menu
- Customize key fields for caching identifiers
- Update local data - Directly update cache after mutations: Check mutation hooks to inspect code
- Update local data - Refetch queries after mutation: Check mutation hooks to inspect code
- Use field policies to create custom client-side fields
- Offset-based pagination: Inspect the field policy configurations on apolloClient.js and pagination logic on Home.js