Skip to content

Commit 40fa04b

Browse files
committed
Add changeset
1 parent ba7d3da commit 40fa04b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/khaki-singers-rush.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@apollo/client": patch
3+
---
4+
5+
Fix an issue where `network-only` incremental queries could cause cache data to leak into the emitted result when a `@defer` or `@stream` boundary had partial or complete data in the cache. Cache data inside pending `@defer` objects and `@stream` arrays are now pruned so that only completed `@defer` or `@stream` boundaries are returned.
6+
7+
NOTE: This change only applies to `InMemoryCache` when using `GraphQL17Alpha9Handler`.

0 commit comments

Comments
 (0)