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 wrong link with localhost:3000 (#1381)

authored by

Renato Ribeiro and committed by
GitHub
32c193b7 47eaff17

+1 -1
+1 -1
docs/graphcache/normalized-caching.md
··· 435 435 436 436 In this code example we can first see that the signature of the `updates` entry is very similar to 437 437 the one of `resolvers`. However, we're seeing the `cache` in use for the first time. The `cache` 438 - object (as [documented in the API docs](http://localhost:3000/docs/api/graphcache/#cache)) gives us 438 + object (as [documented in the API docs](../api/graphcache.md#cache)) gives us 439 439 access to _Graphcache_'s mechanisms directly. Not only can we resolve data using it, we can directly 440 440 start sub-queries or sub-writes manually. These are full normalized cache runs inside other runs. In 441 441 this case we're calling `cache.updateQuery` on a list of `Todo` items while the `Mutation` that