github-actions
released this
20 Apr 13:23
·
258 commits
to main
since this release
Patch Changes
- Prevent reusal of incoming API data in Graphcache’s produced (“owned”) data. This prevents us from copying the
__typename
and other superfluous fields
Submitted by @kitten (See #3165) ⚠️ Fix regression which caused@defer
directives from becoming “sticky” and causing every subsequent cache read to be treated as if the field was deferred
Submitted by @kitten (See #3167)- Apply
hasNext: true
and fallthrough logic to cached queries that contain deferred, uncached fields. Deferred query results will now be fetched against the API correctly, even if prior requests have been incomplete
Submitted by @kitten (See #3163) ⚠️ FixofflineExchange
duplicating offline mutations in failed queue
Submitted by @kitten (See #3158)