A regression caused operations to not be recognised internally by Graphcache anymore when they were previously torn down and then queried from the cache without refetching. In short, the cacheExchange would lose its record of the Operation and would be unable to issue updates for the queries.
Set of changes
Add missing operations.set record entry for cached results
Resolves #3188
Summary
A regression caused operations to not be recognised internally by Graphcache anymore when they were previously torn down and then queried from the cache without refetching. In short, the
cacheExchange
would lose its record of theOperation
and would be unable to issue updates for the queries.Set of changes
operations.set
record entry for cached results