Skip to content

Commit d4bf325

Browse files
committed
Fix algorithm mistake
1 parent 0bcdd92 commit d4bf325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ CreateSourceEventStream(subscription, schema, variableValues, initialValue):
286286
selectionSet, variableValues)}.
287287
- If {collectedFieldsMap} does not have exactly one entry, raise a _request
288288
error_.
289-
- Let {fieldInfo} be the value of the first entry in {collectedFieldsMap}.
289+
- Let {fields} be the value of the first entry in {collectedFieldsMap}.
290+
- Let {fieldInfo} be the first entry in {fields}.
290291
- Let {field} be the value of the {field} property in {fieldInfo}.
291292
- Let {fieldName} be the name of {field}. Note: This value is unaffected if an
292293
alias is used.

0 commit comments

Comments
 (0)