File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -207,15 +207,6 @@ function findConflictsWithinSelectionSet(
207
207
discoveredFragments ,
208
208
) ;
209
209
210
- processDiscoveredFragments (
211
- context ,
212
- conflicts ,
213
- cachedFieldsAndFragmentNames ,
214
- comparedFragmentPairs ,
215
- false ,
216
- fieldMap ,
217
- discoveredFragments ,
218
- ) ;
219
210
// (C) Then compare this fragment with all other fragments found in this
220
211
// selection set to collect conflicts between fragments spread together.
221
212
// This compares each item in the list of fragment names to every other
@@ -232,6 +223,16 @@ function findConflictsWithinSelectionSet(
232
223
) ;
233
224
}
234
225
}
226
+
227
+ processDiscoveredFragments (
228
+ context ,
229
+ conflicts ,
230
+ cachedFieldsAndFragmentNames ,
231
+ comparedFragmentPairs ,
232
+ false ,
233
+ fieldMap ,
234
+ discoveredFragments ,
235
+ ) ;
235
236
}
236
237
return conflicts ;
237
238
}
You can’t perform that action at this time.
0 commit comments