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):
817817 with the next {selection} in {selectionSet}.
818818 - Let {fragmentSelectionSet} be the top-level selection set of {fragment}.
819819 - If {deferDirective} is defined:
820- - Let {path } be the corresponding entry on {deferDirective}.
820+ - Let {label } be the corresponding entry on {deferDirective}.
821821 - Let {parentDeferUsage} be {deferUsage}.
822- - Let {fragmentDeferUsage} be an unordered map containing {path } and
822+ - Let {fragmentDeferUsage} be an unordered map containing {label } and
823823 {parentDeferUsage}.
824824 - Otherwise, let {fragmentDeferUsage} be {deferUsage}.
825825 - Let {fragmentGroupedFieldSet} and {fragmentNewDeferUsages} be the result
@@ -845,9 +845,9 @@ visitedFragments):
845845 - If this execution is for a subscription operation, raise a _ field
846846 error_ .
847847 - If {deferDirective} is defined:
848- - Let {path } be the corresponding entry on {deferDirective}.
848+ - Let {label } be the corresponding entry on {deferDirective}.
849849 - Let {parentDeferUsage} be {deferUsage}.
850- - Let {fragmentDeferUsage} be an unordered map containing {path } and
850+ - Let {fragmentDeferUsage} be an unordered map containing {label } and
851851 {parentDeferUsage}.
852852 - Otherwise, let {fragmentDeferUsage} be {deferUsage}.
853853 - Let {fragmentGroupedFieldSet} and {fragmentNewDeferUsages} be the result
You can’t perform that action at this time.
0 commit comments