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(graphcache): add missing globalids setting (#3445)

authored by

Jovi De Croock and committed by
GitHub
e5c67c23 1fee86f0

+1
+1
docs/api/graphcache.md
··· 32 32 | `optimistic` | A mapping of mutation fields to resolvers that may be used to provide _Graphcache_ with an optimistic result for a given mutation field that should be applied to the cached data temporarily. | 33 33 | `schema` | A serialized GraphQL schema that is used by _Graphcache_ to resolve partial data, interfaces, and enums. The schema also used to provide helpful warnings for [schema awareness](../graphcache/schema-awareness.md). | 34 34 | `storage` | A persisted storage interface that may be provided to preserve cache data for [offline support](../graphcache/offline.md). | 35 + | `globalIDs` | A boolean or list of typenames that have globally unique ids, this changes how graphcache internally keys the entities. This can be useful for complex interface relationships. | 35 36 | `logger` | A function that will be invoked for warning/debug/... logs | 36 37 37 38 The `@urql/exchange-graphcache` package also exports the `offlineExchange`; which is identical to