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 (#3483)

authored by

William and committed by
GitHub
bc2adbdb a0c6ba6f

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