Skip to content

Commit

Permalink
More editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Oct 17, 2024
1 parent 8c6f5df commit 7a8975a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ extend type Dog {

**Explanatory Text**

A schema defines the root operation type for each kind of operation that it
A schema defines the _root operation type_ for each kind of operation that it
supports. Every schema must support `query` operations, however support for
`mutation` and `subscription` operations is optional.

If the schema does not include the necessary _root operation type_ for an
operation defined in the document, that operation is invalid since it cannot be
executed.
If the schema does not include the necessary _root operation type_ for the kind
of an operation defined in the document, that operation is invalid since it
cannot be executed.

For example given the following schema:

Expand Down

0 comments on commit 7a8975a

Please sign in to comment.