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

Update local-directives.md (#3483)

William bc2adbdb a0c6ba6f

Changed files
+2 -2
docs
graphcache
+2 -2
docs/graphcache/local-directives.md
···
cacheExchange({
directives: {
-
simplePagination,
-
relayPagination,
},
});
```
···
cacheExchange({
directives: {
+
simplePagination: () => simplePagination(),
+
relayPagination: () => relayPagination(),
},
});
```