Skip to content

Commit

Permalink
fix parentRecord argument in ExecuteStreamField (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR authored Nov 29, 2022
1 parent 82ca7fe commit 067d477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ yielded items satisfies `initialCount` specified on the `@stream` directive.
#### Execute Stream Field

ExecuteStreamField(label, iterator, index, fields, innerType, path,
streamRecord, variableValues, subsequentPayloads):
parentRecord, variableValues, subsequentPayloads):

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

0 comments on commit 067d477

Please sign in to comment.