Skip to content

Commit 741605b

Browse files
yaacovCRrobrichard
authored andcommitted
path => label
1 parent a88da21 commit 741605b

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
@@ -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

0 commit comments

Comments
 (0)