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 bc5618c commit 8606033Copy full SHA for 8606033
spec/Section 6 -- Execution.md
@@ -152,7 +152,7 @@ provide a query root operation type. If mutations or subscriptions are
152
supported, it must also provide a mutation or subscription root operation type,
153
respectively.
154
155
-:: The result of a GraphQL request is produced through _operation execution_.
+:: The result of a GraphQL operation is produced through _operation execution_.
156
Operation execution begins when the execution algorithm for the operation type
157
is invoked: {ExecuteQuery()} for query operations, {ExecuteMutation()} for
158
mutation operations, and {Subscribe()} for subscription operations.
0 commit comments