diff --git a/.changeset/gorgeous-sheep-knock.md b/.changeset/gorgeous-sheep-knock.md index 2afb888a7a..7d62428c80 100644 --- a/.changeset/gorgeous-sheep-knock.md +++ b/.changeset/gorgeous-sheep-knock.md @@ -2,4 +2,4 @@ "@apollo/client": patch --- -Fix an issue with `refetchQueries` where comparing `DocumentNode`s internally by references could lead to an unknown query, even though the `DocumentNode` was indeed an active query—with a different reference. They are now compared as strings. +Fix an issue with `refetchQueries` where comparing `DocumentNode`s internally by references could lead to an unknown query, even though the `DocumentNode` was indeed an active query—with a different reference.