diff --git a/.changeset/gorgeous-sheep-knock.md b/.changeset/gorgeous-sheep-knock.md index cc4396ea79..2afb888a7a 100644 --- a/.changeset/gorgeous-sheep-knock.md +++ b/.changeset/gorgeous-sheep-knock.md @@ -1,5 +1,5 @@ --- -"@apollo/client": minor +"@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.