Skip to content

Commit 04d5803

Browse files
yaacovCRrobrichard
andauthored
Correct argument name
"node" should be "field" within CreateSourceEventStream Co-authored-by: Rob Richard <[email protected]>
1 parent 5e9ea96 commit 04d5803

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
@@ -258,7 +258,7 @@ CreateSourceEventStream(subscription, schema, variableValues, initialValue):
258258
- Let {fieldName} be the name of {field}. Note: This value is unaffected if an
259259
alias is used.
260260
- Let {argumentValues} be the result of {CoerceArgumentValues(subscriptionType,
261-
node, variableValues)}.
261+
field, variableValues)}.
262262
- Let {fieldStream} be the result of running
263263
{ResolveFieldEventStream(subscriptionType, initialValue, fieldName,
264264
argumentValues)}.

0 commit comments

Comments
 (0)