Remove Query._entities when extracting original SDL from Fed v2 (#1357)

This commit is contained in:
Kamil Kisiela 2023-02-13 10:25:28 +01:00 committed by GitHub
parent 6a4178cf0d
commit 9fc97488cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@graphql-hive/client": patch
---
Remove `Query._entities` when extracting original SDL from Fed v2

View file

@ -209,7 +209,7 @@ const federationV2 = {
'tag',
]),
types: new Set(['_Service']),
queryFields: new Set(['_service']),
queryFields: new Set(['_service', '_entities']),
};
/**