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.
1 parent 56deb05 commit 54e1e06Copy full SHA for 54e1e06
src/validation/rules/OverlappingFieldsCanBeMergedRule.ts
@@ -191,8 +191,8 @@ function findConflictsWithinSelectionSet(
191
fieldMap,
192
);
193
194
+ const discoveredFragments: Array<[string, string]> = [];
195
if (fragmentNames.length !== 0) {
- const discoveredFragments: Array<[string, string]> = [];
196
// (B) Then collect conflicts between these fields and those represented by
197
// each spread fragment name found.
198
for (let i = 0; i < fragmentNames.length; i++) {
0 commit comments