Skip to content

Commit

Permalink
Remove Query._entities when extracting original SDL from Fed v2 (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Feb 13, 2023
1 parent 6a4178c commit 9fc9748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/long-cherries-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-hive/client": patch
---

Remove `Query._entities` when extracting original SDL from Fed v2
2 changes: 1 addition & 1 deletion packages/libraries/client/src/internal/reporting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const federationV2 = {
'tag',
]),
types: new Set(['_Service']),
queryFields: new Set(['_service']),
queryFields: new Set(['_service', '_entities']),
};

/**
Expand Down

0 comments on commit 9fc9748

Please sign in to comment.