Skip to content

Commit

Permalink
Fix reference mistake in subscription execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogu authored Oct 17, 2022
1 parent 3aa021f commit 012a913
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 @@ -294,7 +294,7 @@ MapSourceToResponseEvent(sourceStream, subscription, schema, variableValues):
- Let {response} be the result of running
{ExecuteSubscriptionEvent(subscription, schema, variableValues, event)}.
- Yield an event containing {response}.
- When {responseStream} completes: complete this event stream.
- When {sourceStream} completes: complete {responseStream}.

ExecuteSubscriptionEvent(subscription, schema, variableValues, initialValue):

Expand Down

0 comments on commit 012a913

Please sign in to comment.