mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
Remove Query._entities when extracting original SDL from Fed v2 (#1357)
This commit is contained in:
parent
6a4178cf0d
commit
9fc97488cf
2 changed files with 6 additions and 1 deletions
5
.changeset/long-cherries-invite.md
Normal file
5
.changeset/long-cherries-invite.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@graphql-hive/client": patch
|
||||
---
|
||||
|
||||
Remove `Query._entities` when extracting original SDL from Fed v2
|
||||
|
|
@ -209,7 +209,7 @@ const federationV2 = {
|
|||
'tag',
|
||||
]),
|
||||
types: new Set(['_Service']),
|
||||
queryFields: new Set(['_service']),
|
||||
queryFields: new Set(['_service', '_entities']),
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue