We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c81e442 + b8d1d2f commit 6d38d5cCopy full SHA for 6d38d5c
src/validator/rules/OverlappingFieldsCanBeMerged.js
@@ -227,7 +227,7 @@ function collectFieldASTsAndDefs(
227
selectionSet: SelectionSet,
228
visitedFragmentNames?: {[key: string]: boolean},
229
astAndDefs?: {[key: string]: Array<[Field, GraphQLFieldDefinition]>}
230
-): {[key: string]: Array<Field>} {
+): {[key: string]: Array<[Field, GraphQLFieldDefinition]>} {
231
var _visitedFragmentNames = visitedFragmentNames || {};
232
var _astAndDefs = astAndDefs || {};
233
for (var i = 0; i < selectionSet.selections.length; i++) {
0 commit comments