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
3737 } ,
3838 ] ) ;
3939
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
4343 const mergedDefinition = mergeTypeDefs ( [ printSubgraphSchema ( schema ) ] , {
4444 useSchemaDefinition : false ,
4545 throwOnConflict : true ,
You can’t perform that action at this time.
0 commit comments