Skip to content

Commit b428f39

Browse files
committed
Reorder text
1 parent ec28769 commit b428f39

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

spec/Section 6 -- Execution.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,23 @@ document is expected to only contain a single operation. The result of the
4545
request is determined by the result of performing this operation according to
4646
the "Performing Operations” section below.
4747

48+
The {Request()} algorithm contains the preamble for _execution_, handling
49+
concerns such as determining the operation and coercing the inputs, before
50+
passing the request on to the relevant algorithm for the operation's type which
51+
then performs any other necessary preliminary steps (for example establishing
52+
the source event stream for subscription operations) and then initiates
53+
_execution_.
54+
55+
Note: An error raised before _execution_ begins will typically be a _request
56+
error_, and once _execution_ begins will typically be an _execution error_.
57+
4858
:: We define _execution_ as the process of executing the operation's _root
4959
selection set_ through {ExecuteRootSelectionSet()}, and hence _execution_ begins
5060
when {ExecuteSelectionSet()} is called for the first time in a request.
5161

5262
Note: A subscription operation may call {ExecuteSelectionSet()} a number of
5363
times.
5464

55-
The {Request()} algorithm contains the preamble for execution, handling concerns
56-
such as determining the operation and coercing the inputs, before passing the
57-
request on to the relevant algorithm for the operation's type which then
58-
performs any other necessary preliminary steps (for example establishing the
59-
source event stream for subscription operations) and then initiates _execution_.
60-
61-
Note: An error raised before _execution_ begins will typically be a _request
62-
error_, and once _execution_ begins will typically be an _execution error_.
63-
6465
Request(schema, document, operationName, variableValues, initialValue):
6566

6667
- Let {operation} be the result of {GetOperation(document, operationName)}.

0 commit comments

Comments
 (0)