Skip to content

Commit 8c3e98f

Browse files
committed
Tweak changeset
1 parent 4261698 commit 8c3e98f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/khaki-singers-rush.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"@apollo/client": patch
33
---
44

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.
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 already had 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.
66

77
NOTE: This change only applies to `InMemoryCache` when using `GraphQL17Alpha9Handler`.

0 commit comments

Comments
 (0)