Skip to content

Commit dce58a4

Browse files
committed
fix! reduce diff
1 parent 26b873a commit dce58a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/collectFields.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function buildSelectionSetVisitor(
226226
fragment == null ||
227227
!doesFragmentConditionMatch(fragment.definition)
228228
) {
229-
return;
229+
continue;
230230
}
231231

232232
const newDeferUsage = getDeferUsage(selection);

0 commit comments

Comments
 (0)