Skip to content

Commit 4378cb4

Browse files
committed
Minor fixes
1 parent 6e3554f commit 4378cb4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spec/Section 6 -- Execution.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ initialStreams, variableValues):
218218
- Let {data}, {childDefers} and {childStreams} be
219219
{ExecuteSelectionSet(selectionSet, objectType, objectValue,
220220
variableValues, path)}.
221-
- Let {errors} be the list of all _field error_ raised while executing the
222-
defer.
221+
- Let {childErrors} be the list of all _field error_ raised while
222+
executing the defer.
223223
- Let {incrementalPayload} be an unordered object containing {path},
224-
{data}, {errors}.
224+
{data}, and the key {errors} with value {childErrors}.
225225
- Append {incrementalPayload} to {batchIncremental}.
226226
- Add the entries of {childDefers} into {batchDefers}. Note: {childDefers}
227227
and {batchDefers} will never have keys in common.
@@ -248,6 +248,7 @@ initialStreams, variableValues):
248248
- Let {pendingStream} be an unordered map containing {id},
249249
{streamDetails}.
250250
- Add {pendingStream} to {remainingStreams}.
251+
- Add to {completed} an unordered map containing {id}.
251252
- Optionally, {FlushStream()}.
252253
- Else
253254
- Assert: {remainingStreams} is not empty.

0 commit comments

Comments
 (0)