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.

Add data clearing for empty results

+2
+2
exchanges/graphcache/src/cacheExchange.ts
··· 265 265 } else { 266 266 data = query(store, operation, data).data; 267 267 } 268 + } else { 269 + noopDataState(store.data, operation.key); 268 270 } 269 271 270 272 // Collect all write dependencies and query dependencies for queries