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 @@ -817,9 +817,9 @@ visitedFragments):
817
817
with the next {selection} in {selectionSet}.
818
818
- Let {fragmentSelectionSet} be the top-level selection set of {fragment}.
819
819
- If {deferDirective} is defined:
820
- - Let {path } be the corresponding entry on {deferDirective}.
820
+ - Let {label } be the corresponding entry on {deferDirective}.
821
821
- Let {parentDeferUsage} be {deferUsage}.
822
- - Let {fragmentDeferUsage} be an unordered map containing {path } and
822
+ - Let {fragmentDeferUsage} be an unordered map containing {label } and
823
823
{parentDeferUsage}.
824
824
- Otherwise, let {fragmentDeferUsage} be {deferUsage}.
825
825
- Let {fragmentGroupedFieldSet} and {fragmentNewDeferUsages} be the result
@@ -845,9 +845,9 @@ visitedFragments):
845
845
- If this execution is for a subscription operation, raise a _ field
846
846
error_ .
847
847
- If {deferDirective} is defined:
848
- - Let {path } be the corresponding entry on {deferDirective}.
848
+ - Let {label } be the corresponding entry on {deferDirective}.
849
849
- Let {parentDeferUsage} be {deferUsage}.
850
- - Let {fragmentDeferUsage} be an unordered map containing {path } and
850
+ - Let {fragmentDeferUsage} be an unordered map containing {label } and
851
851
{parentDeferUsage}.
852
852
- Otherwise, let {fragmentDeferUsage} be {deferUsage}.
853
853
- Let {fragmentGroupedFieldSet} and {fragmentNewDeferUsages} be the result
You can’t perform that action at this time.
0 commit comments