Skip to content

Commit 71d1284

Browse files
robrichardyaacovCR
authored andcommitted
Clarify stream only applies to outermost list of multi-dimensional arrays
1 parent c867d80 commit 71d1284

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
@@ -903,7 +903,9 @@ subsequentPayloads, asyncRecord):
903903
- Let {field} be the first entry in {fields}.
904904
- Let {innerType} be the inner type of {fieldType}.
905905
- If {field} provides the directive `@stream` and its {if} argument is
906-
{true} or is a variable in {variableValues} with the value {true} and :
906+
{true} or is a variable in {variableValues} with the value {true} and
907+
{innerType} is the outermost return type of the list type defined for
908+
{field}:
907909
- Let {streamDirective} be that directive.
908910
- Let {initialCount} be the value or variable provided to
909911
{streamDirective}'s {initialCount} argument.

0 commit comments

Comments
 (0)