File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/graphql/lib/federation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ export class GraphQLFederationDefinitionsFactory extends GraphQLDefinitionsFacto
37
37
} ,
38
38
] ) ;
39
39
40
- // buildSubgraphSchema fills empty Query definition if there is `extend type Query` definition without original `type Query` definition.
41
- // This causes duplicate IQuery interfaces.
42
- // see: https://github.com/nestjs/graphql /issues/2344
40
+ // " buildSubgraphSchema" generates an empty Query definition if there is the `extend type Query` statement
41
+ // This leads to duplicated IQuery interfaces
42
+ // see: https://github.com//issues/2344
43
43
const mergedDefinition = mergeTypeDefs ( [ printSubgraphSchema ( schema ) ] , {
44
44
useSchemaDefinition : false ,
45
45
throwOnConflict : true ,
You can’t perform that action at this time.
0 commit comments