Skip to content

Commit 4bd72b4

Browse files
yaacovCRrobrichard
andcommitted
Correct argument name
"node" should be "field" within CreateSourceEventStream Co-authored-by: Rob Richard <[email protected]>
1 parent 255ef41 commit 4bd72b4

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

0 commit comments

Comments
 (0)