Skip to content

Commit

Permalink
add return line when finished
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jan 30, 2024
1 parent 3ffa48a commit 6c289c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,8 @@ serial):
- Let {incrementalResult} be a new unordered map containing {pending},
{incremental}, {completed} and {hasNext}.
- Yield {update}.
- If {hasNext} is {false}, complete this incremental result stream.
- If {hasNext} is {false}, complete this incremental result stream and
return.

ExecuteInitialResult(variableValues, initialValue, objectType, selectionSet,
serial):
Expand Down

0 comments on commit 6c289c4

Please sign in to comment.