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

Update local-directives.md (#3490)

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