Skip to content

Commit 0d8a86d

Browse files
committed
Review changes
1 parent 92e1d39 commit 0d8a86d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

spec/Section 4 -- Introspection.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ warnings.
118118

119119
**Schema Introspection Schema**
120120

121-
The schema introspection system is itself, of course, represented as a GraphQL
122-
schema. Below is the full schema introspection set of type system definitions,
123-
which are expanded upon in the sections below.
121+
The schema introspection system is itself represented as a GraphQL schema. Below
122+
are the full set of type system definitions providing schema introspection,
123+
which are fully defined in the sections below.
124124

125125
```graphql
126126
type __Schema {
@@ -225,8 +225,7 @@ all information about the schema of a GraphQL service.
225225
Fields\:
226226

227227
* `description` may return a String or {null}.
228-
* `queryType` is the root type of a query operation, if supported.
229-
Otherwise {null}.
228+
* `queryType` is the root type of a query operation.
230229
* `mutationType` is the root type of a mutation operation, if supported.
231230
Otherwise {null}.
232231
* `subscriptionType` is the root type of a subscription operation, if supported.

0 commit comments

Comments
 (0)