Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: renamed 'custom updates' to 'cache updates' (#1317)

authored by

bacebu4 and committed by
GitHub
47eaff17 8894a86a

+6 -2
+2 -2
docs/graphcache/custom-updates.md docs/graphcache/cache-updates.md
··· 1 1 --- 2 - title: Custom Updates 2 + title: Cache Updates 3 3 order: 3 4 4 --- 5 5 6 - # Custom Updates 6 + # Cache Updates 7 7 8 8 Every time Graphcache sees a result from the API for a `subscription` or a `mutation` it will look at the response and traverse it. 9 9 This process is the same as for queries but instead of starting at the Query root type,
+4
packages/site/static.config.js
··· 74 74 path: '404', 75 75 template: require.resolve('./src/screens/404'), 76 76 }, 77 + { 78 + path: '/docs/graphcache/custom-updates', 79 + redirect: 'docs/graphcache/cache-updates', 80 + }, 77 81 ], 78 82 };