File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -814,9 +814,9 @@ visitedFragments):
814
814
with the next {selection} in {selectionSet}.
815
815
- Let {fragmentSelectionSet} be the top-level selection set of {fragment}.
816
816
- If {deferDirective} is defined:
817
- - Let {path } be the corresponding entry on {deferDirective}.
817
+ - Let {label } be the corresponding entry on {deferDirective}.
818
818
- Let {parentDeferUsage} be {deferUsage}.
819
- - Let {fragmentDeferUsage} be an unordered map containing {path } and
819
+ - Let {fragmentDeferUsage} be an unordered map containing {label } and
820
820
{parentDeferUsage}.
821
821
- Otherwise, let {fragmentDeferUsage} be {deferUsage}.
822
822
- Let {fragmentGroupedFieldSet} and {fragmentNewDeferUsages} be the result
@@ -842,9 +842,9 @@ visitedFragments):
842
842
- If this execution is for a subscription operation, raise a _ field
843
843
error_ .
844
844
- If {deferDirective} is defined:
845
- - Let {path } be the corresponding entry on {deferDirective}.
845
+ - Let {label } be the corresponding entry on {deferDirective}.
846
846
- Let {parentDeferUsage} be {deferUsage}.
847
- - Let {fragmentDeferUsage} be an unordered map containing {path } and
847
+ - Let {fragmentDeferUsage} be an unordered map containing {label } and
848
848
{parentDeferUsage}.
849
849
- Otherwise, let {fragmentDeferUsage} be {deferUsage}.
850
850
- Let {fragmentGroupedFieldSet} and {fragmentNewDeferUsages} be the result
You can’t perform that action at this time.
0 commit comments