Skip to content

Commit a950a96

Browse files
committed
path => label
1 parent 3556851 commit a950a96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/Section 6 -- Execution.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -814,9 +814,9 @@ visitedFragments):
814814
with the next {selection} in {selectionSet}.
815815
- Let {fragmentSelectionSet} be the top-level selection set of {fragment}.
816816
- If {deferDirective} is defined:
817-
- Let {path} be the corresponding entry on {deferDirective}.
817+
- Let {label} be the corresponding entry on {deferDirective}.
818818
- Let {parentDeferUsage} be {deferUsage}.
819-
- Let {fragmentDeferUsage} be an unordered map containing {path} and
819+
- Let {fragmentDeferUsage} be an unordered map containing {label} and
820820
{parentDeferUsage}.
821821
- Otherwise, let {fragmentDeferUsage} be {deferUsage}.
822822
- Let {fragmentGroupedFieldSet} and {fragmentNewDeferUsages} be the result
@@ -842,9 +842,9 @@ visitedFragments):
842842
- If this execution is for a subscription operation, raise a _field
843843
error_.
844844
- If {deferDirective} is defined:
845-
- Let {path} be the corresponding entry on {deferDirective}.
845+
- Let {label} be the corresponding entry on {deferDirective}.
846846
- Let {parentDeferUsage} be {deferUsage}.
847-
- Let {fragmentDeferUsage} be an unordered map containing {path} and
847+
- Let {fragmentDeferUsage} be an unordered map containing {label} and
848848
{parentDeferUsage}.
849849
- Otherwise, let {fragmentDeferUsage} be {deferUsage}.
850850
- Let {fragmentGroupedFieldSet} and {fragmentNewDeferUsages} be the result

0 commit comments

Comments
 (0)