Skip to content

Commit

Permalink
fix parentRecord argument in ExecuteStreamField (graphql#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Nov 6, 2023
1 parent 231e78f commit 36753b2
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 @@ -930,7 +930,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 36753b2

Please sign in to comment.