Skip to content

Commit 5e9ea96

Browse files
committed
fix some renaming around CollectExecutionGroups and ExecuteExecutionGroup
1 parent 8677044 commit 5e9ea96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 6 -- Execution.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ variableValues, serial, path, deferUsageSet, deferMap):
510510
variableValues, path, deferUsageSet, newDeferMap)} _serially_ if {serial} is
511511
{true}, _normally_ (allowing parallelization) otherwise.
512512
- Let {incrementalDataRecords} be the result of
513-
{CollectExecutionGroup(objectType, objectValue, variableValues,
513+
{CollectExecutionGroups(objectType, objectValue, variableValues,
514514
newGroupedFieldSets, path, newDeferMap)}.
515515
- Append all items in {nestedIncrementalDataRecords} to
516516
{incrementalDataRecords}.
@@ -539,7 +539,7 @@ newGroupedFieldSets, path, deferMap):
539539
- Let {deferredFragment} be the entry for {deferUsage} in {deferMap}.
540540
- Append {deferredFragment} to {deferredFragments}.
541541
- Let {incrementalDataRecord} represent the future execution of
542-
{CollectExecutionGroup(groupedFieldSet, objectType, objectValue,
542+
{ExecuteExecutionGroup(groupedFieldSet, objectType, objectValue,
543543
variableValues, deferredFragments, path, deferUsageSet, deferMap)},
544544
incrementally completing {deferredFragments} at {path}.
545545
- Append {incrementalDataRecord} to {incrementalDataRecords}.
@@ -550,7 +550,7 @@ newGroupedFieldSets, path, deferMap):
550550
Note: {incrementalDataRecord} can be safely initiated without blocking
551551
higher-priority data once any of {deferredFragments} are released as pending.
552552

553-
CollectExecutionGroup(groupedFieldSet, objectType, objectValue, variableValues,
553+
ExecuteExecutionGroup(groupedFieldSet, objectType, objectValue, variableValues,
554554
path, deferUsageSet, deferMap):
555555

556556
- Let {data} and {incrementalDataRecords} be the result of running

0 commit comments

Comments
 (0)