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) Review cacheExchange code example (#1610)

authored by

Yanko Valera and committed by
GitHub
5bd87828 277e8694

+1 -1
+1 -1
docs/graphcache/cache-updates.md
··· 307 307 data.todos = data.todos.filter(todo => todo.id !== args.id); 308 308 return data; 309 309 } 310 - }); 310 + ); 311 311 }); 312 312 }, 313 313 },