Skip to content

Commit d74430c

Browse files
yaacovCRrobrichard
authored andcommitted
fix parentRecord argument in ExecuteStreamField (#7)
1 parent 24cf072 commit d74430c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ yielded items satisfies `initialCount` specified on the `@stream` directive.
931931
#### Execute Stream Field
932932

933933
ExecuteStreamField(label, iterator, index, fields, innerType, path,
934-
streamRecord, variableValues, subsequentPayloads):
934+
parentRecord, variableValues, subsequentPayloads):
935935

936936
- Let {streamRecord} be an async payload record created from {label}, {path},
937937
and {iterator}.

0 commit comments

Comments
 (0)