We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c9e41 commit 00a3f3aCopy full SHA for 00a3f3a
spec/Section 2 -- Language.md
@@ -353,11 +353,11 @@ FullSchemaDocument : TypeSystemDefinition+
353
354
A {FullSchemaDocument} describes all the types in the schema, including the
355
built-in ones. Tools that are not implementations may use a {FullSchemaDocument}
356
-to validate an operation.
+to validate an operation, generate code, provide IDE features and other tooling.
357
358
-All _built-in definitions_ must be included in a {SourceSchemaDocument}.
+All _built-in definitions_ must be included in a {FullSchemaDocument}.
359
360
-A {SourceSchemaDocument} must exactly one {SchemaDefinition}. That
+A {FullSchemaDocument} must exactly include one {SchemaDefinition}. That
361
{SchemaDefinition} must include a _root operation type definition_ for each
362
supported operation.
363
0 commit comments