Skip to content

Commit

Permalink
Fix reference mistake in subscription execution (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogu authored Jun 6, 2024
1 parent 7485a34 commit 497e333
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 @@ -297,7 +297,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 497e333

Please sign in to comment.