From 6c289c4091859a5722e1d7c5c53693acefad4d8e Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Tue, 30 Jan 2024 02:55:34 +0200 Subject: [PATCH] add return line when finished --- spec/Section 6 -- Execution.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index 15952ea6b..6887f4185 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -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):