File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,13 +148,13 @@ extend type Dog {
148
148
149
149
**Explanatory Text **
150
150
151
- A schema defines the root operation type for each kind of operation that it
151
+ A schema defines the _root operation type_ for each kind of operation that it
152
152
supports. Every schema must support `query` operations, however support for
153
153
`mutation` and `subscription` operations is optional.
154
154
155
- If the schema does not include the necessary _root operation type_ for an
156
- operation defined in the document, that operation is invalid since it cannot be
157
- executed.
155
+ If the schema does not include the necessary _root operation type_ for the kind
156
+ of an operation defined in the document, that operation is invalid since it
157
+ cannot be executed.
158
158
159
159
For example given the following schema:
160
160
You can’t perform that action at this time.
0 commit comments