File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ warnings.
118
118
119
119
** Schema Introspection Schema**
120
120
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.
124
124
125
125
``` graphql
126
126
type __Schema {
@@ -225,8 +225,7 @@ all information about the schema of a GraphQL service.
225
225
Fields\:
226
226
227
227
* ` 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.
230
229
* ` mutationType ` is the root type of a mutation operation, if supported.
231
230
Otherwise {null}.
232
231
* ` subscriptionType ` is the root type of a subscription operation, if supported.
You can’t perform that action at this time.
0 commit comments