Application used for my talk about caching management with Apollo Client 3
- Apollo Day Talk
- GraphQL Summit Talk - Coming soon
- 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