Skip to content

Commit 75f2258

Browse files
committed
Clarify stream only applies to outermost list of multi-dimensional arrays
1 parent 270b409 commit 75f2258

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,9 @@ subsequentPayloads, asyncRecord):
904904
- Let {field} be the first entry in {fields}.
905905
- Let {innerType} be the inner type of {fieldType}.
906906
- If {field} provides the directive `@stream` and its {if} argument is
907-
{true} or is a variable in {variableValues} with the value {true} and :
907+
{true} or is a variable in {variableValues} with the value {true} and
908+
{innerType} is the outermost return type of the list type defined for
909+
{field}:
908910
- Let {streamDirective} be that directive.
909911
- Let {initialCount} be the value or variable provided to
910912
{streamDirective}'s {initialCount} argument.

0 commit comments

Comments
 (0)