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.

Fix typo in normalized caching docs (#999)

authored by

Tyler Nieman and committed by
GitHub
8c74924c 139d2a02

+1 -1
+1 -1
docs/graphcache/normalized-caching.md
··· 11 11 even lists of entities, which we call "links". The scalar fields on entities like numbers, strings, 12 12 etc is what we call "records." 13 13 14 - Instead of storing query results whole documents, like `urql` does with [its default "Document 14 + Instead of storing query results as whole documents, like `urql` does with [its default "Document 15 15 Caching"](../basics/document-caching.md), _Graphcache_ flattens all data it receives automatically. 16 16 If we looked at doing this manually on the following piece of data, we'd separate each object into a 17 17 list of key-value entries per entity.