Skip to content

Commit

Permalink
deploy: e5bddd9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 7, 2024
1 parent 73cd3be commit 79c3742
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5428,14 +5428,16 @@ <h4 data-source="spec/Section%206%20--%20Execution.md#L288"><span class="spec-se
<p data-source="spec/Section%206%20--%20Execution.md#L290-L291">Each event in the underlying Source Stream triggers execution of the subscription <span class="spec-ref"><a href="#selection-set" data-name="selection-set">selection set</a></span> using that event as a root value.</p>
<div class="spec-algo" id="MapSourceToResponseEvent()" data-source="spec/Section%206%20--%20Execution.md#L293-L300">
<span class="spec-call"><a href="#MapSourceToResponseEvent()" data-name="MapSourceToResponseEvent">MapSourceToResponseEvent</a>(<var data-name="sourceStream">sourceStream</var>, <var data-name="subscription">subscription</var>, <var data-name="schema">schema</var>, <var data-name="variableValues">variableValues</var>)</span><ol>
<li data-source="spec/Section%206%20--%20Execution.md#L295">Return a new event stream <var data-name="responseStream">responseStream</var> which yields events as follows:</li>
<li data-source="spec/Section%206%20--%20Execution.md#L295-L300">Return a new event stream <var data-name="responseStream">responseStream</var> which yields events as follows:<ol>
<li data-source="spec/Section%206%20--%20Execution.md#L296-L299">For each <var data-name="event">event</var> on <var data-name="sourceStream">sourceStream</var>:<ol>
<li data-source="spec/Section%206%20--%20Execution.md#L297-L298">Let <var data-name="response">response</var> be the result of running <span class="spec-call"><a href="#ExecuteSubscriptionEvent()" data-name="ExecuteSubscriptionEvent">ExecuteSubscriptionEvent</a>(<var data-name="subscription">subscription</var>, <var data-name="schema">schema</var>, <var data-name="variableValues">variableValues</var>, <var data-name="event">event</var>)</span>.</li>
<li data-source="spec/Section%206%20--%20Execution.md#L299">Yield an event containing <var data-name="response">response</var>.</li>
</ol>
</li>
<li data-source="spec/Section%206%20--%20Execution.md#L300">When <var data-name="sourceStream">sourceStream</var> completes: complete <var data-name="responseStream">responseStream</var>.</li>
</ol>
</li>
</ol>
</div>
<div class="spec-algo" id="ExecuteSubscriptionEvent()" data-source="spec/Section%206%20--%20Execution.md#L302-L312">
<span class="spec-call"><a href="#ExecuteSubscriptionEvent()" data-name="ExecuteSubscriptionEvent">ExecuteSubscriptionEvent</a>(<var data-name="subscription">subscription</var>, <var data-name="schema">schema</var>, <var data-name="variableValues">variableValues</var>, <var data-name="initialValue">initialValue</var>)</span><ol>
Expand Down

0 comments on commit 79c3742

Please sign in to comment.