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.

Spelling micro-fix in local-resolvers.md (#1759)

authored by

Ross Gardiner and committed by
GitHub
d80b5243 00ad6421

+1 -1
+1 -1
docs/graphcache/local-resolvers.md
··· 328 328 329 329 Local resolvers also allow for more advanced use-cases when it comes to links and object types. 330 330 Previously we've seen how a resolver is able to link up a given field to an entity, which causes 331 - this field to resolve an entity directly instead of it being cecked against any cached links: 331 + this field to resolve an entity directly instead of it being checked against any cached links: 332 332 333 333 ```js 334 334 cacheExchange({