File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -353,11 +353,11 @@ FullSchemaDocument : TypeSystemDefinition+
353
353
354
354
A {FullSchemaDocument } describes all the types in the schema , including the
355
355
built-in ones. Tools that are not implementations may use a {FullSchemaDocument}
356
- to validate an operation .
356
+ to validate an operation , generate code , provide IDE features and other tooling .
357
357
358
- All _built -in definitions_ must be included in a {SourceSchemaDocument }.
358
+ All _built -in definitions_ must be included in a {FullSchemaDocument }.
359
359
360
- A {SourceSchemaDocument } must exactly one {SchemaDefinition }. That
360
+ A {FullSchemaDocument } must exactly include one {SchemaDefinition }. That
361
361
{SchemaDefinition } must include a _root operation type definition_ for each
362
362
supported operation .
363
363
You can’t perform that action at this time.
0 commit comments