We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6150bec commit d60481aCopy full SHA for d60481a
spec/Section 6 -- Execution.md
@@ -35,7 +35,8 @@ request is determined by the result of executing this operation according to the
35
:: We define _execution_ as the process of executing the operation's root
36
selection set through {ExecuteSelectionSet()}, thus _execution_ begins when
37
{ExecuteSelectionSet()} is called for the first time in a request. The
38
-{ExecuteRequest()} algorithm is a preamble for _execution_.
+{ExecuteRequest()} algorithm contains the preamble for _execution_, followed by
39
+the _execution_ itself.
40
41
Note: An error raised before _execution_ begins will typically be a _request
42
error_, and once _execution_ begins will typically be a _field error_.
0 commit comments