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.

Update local-directives.md (#3490)

authored by

Fernando Rojo and committed by
GitHub
b4c46f2d a4ba72b5

+2 -2
+2 -2
docs/graphcache/local-directives.md
··· 78 78 79 79 cacheExchange({ 80 80 directives: { 81 - simplePagination: () => simplePagination(), 82 - relayPagination: () => relayPagination(), 81 + simplePagination: (options) => simplePagination({ ...options }), 82 + relayPagination: (options) => relayPagination({ ...options }), 83 83 }, 84 84 }); 85 85 ```