Skip to content

Commit

Permalink
fix some renaming around CollectExecutionGroups and ExecuteExecutionG…
Browse files Browse the repository at this point in the history
…roup
  • Loading branch information
yaacovCR committed Jul 25, 2024
1 parent 8677044 commit 5e9ea96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ variableValues, serial, path, deferUsageSet, deferMap):
variableValues, path, deferUsageSet, newDeferMap)} _serially_ if {serial} is
{true}, _normally_ (allowing parallelization) otherwise.
- Let {incrementalDataRecords} be the result of
{CollectExecutionGroup(objectType, objectValue, variableValues,
{CollectExecutionGroups(objectType, objectValue, variableValues,
newGroupedFieldSets, path, newDeferMap)}.
- Append all items in {nestedIncrementalDataRecords} to
{incrementalDataRecords}.
Expand Down Expand Up @@ -539,7 +539,7 @@ newGroupedFieldSets, path, deferMap):
- Let {deferredFragment} be the entry for {deferUsage} in {deferMap}.
- Append {deferredFragment} to {deferredFragments}.
- Let {incrementalDataRecord} represent the future execution of
{CollectExecutionGroup(groupedFieldSet, objectType, objectValue,
{ExecuteExecutionGroup(groupedFieldSet, objectType, objectValue,
variableValues, deferredFragments, path, deferUsageSet, deferMap)},
incrementally completing {deferredFragments} at {path}.
- Append {incrementalDataRecord} to {incrementalDataRecords}.
Expand All @@ -550,7 +550,7 @@ newGroupedFieldSets, path, deferMap):
Note: {incrementalDataRecord} can be safely initiated without blocking
higher-priority data once any of {deferredFragments} are released as pending.

CollectExecutionGroup(groupedFieldSet, objectType, objectValue, variableValues,
ExecuteExecutionGroup(groupedFieldSet, objectType, objectValue, variableValues,
path, deferUsageSet, deferMap):

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

0 comments on commit 5e9ea96

Please sign in to comment.