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.

set operation when updating the cache with a result (#2782)

authored by

Jovi De Croock and committed by
GitHub
30ecefe9 8fc678e8

+6
+5
.changeset/pink-melons-joke.md
··· 1 + --- 2 + '@urql/exchange-graphcache': patch 3 + --- 4 + 5 + Set operations when updating the cache with a result
+1
exchanges/graphcache/src/cacheExchange.ts
··· 254 254 255 255 // Update this operation's dependencies if it's a query 256 256 if (queryDependencies) { 257 + operations.set(operation.key, operation); 257 258 updateDependencies(result.operation, queryDependencies); 258 259 } 259 260