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: Fix broken link (#3555)

authored by

Malcolm and committed by
GitHub
0b9a52a9 747113b0

+1 -1
+1 -1
docs/graphcache/normalized-caching.md
··· 100 100 However, this isn't quite enough yet to store the relations from GraphQL results. The normalized 101 101 cache must also generate primary keys for each entity so that it can store them in table-like data 102 102 structures. This is for instance why [Relay 103 - enforces](https://relay.dev/docs/en/graphql-server-specification.html#object-identification) that 103 + enforces](https://relay.dev/docs/guides/graphql-server-specification/#object-identification) that 104 104 each entity must have an `id` field. This allows it to assume that there's an obvious primary key 105 105 for each entity it may query. Instead, `urql`'s Graphcache and Apollo assume that there _may_ be an 106 106 `id` or `_id` field in a given selection set. If Graphcache can't find these two fields it'll issue