Skip to content

Commit 7a8975a

Browse files
committed
More editorial
1 parent 8c6f5df commit 7a8975a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/Section 5 -- Validation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ extend type Dog {
148148

149149
**Explanatory Text**
150150

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
152152
supports. Every schema must support `query` operations, however support for
153153
`mutation` and `subscription` operations is optional.
154154

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.
158158

159159
For example given the following schema:
160160

0 commit comments

Comments
 (0)