···7788As we've learned [on the page on "Normalized
99Caching"](./normalized-caching.md#normalizing-relational-data), when Graphcache receives an API
1010-result it will traverse and store all its data to its cache in a normalised structure. Each entity
1010+result it will traverse and store all its data to its cache in a normalized structure. Each entity
1111that is found in a result will be stored under the entity's key.
12121313A query's result is represented as a graph, which can also be understood as a tree structure,
+1-1
docs/graphcache/errors.md
···224224This error occurs when the cache can't generate a key for an entity. The key
225225would then effectively be `null`, and the entity won't be cached by a key.
226226227227-Conceptually this means that an entity won't be normalised but will indeed
227227+Conceptually this means that an entity won't be normalized but will indeed
228228be cached by the parent's key and field, which is displayed in the first
229229part of the warning.
230230