Skip to content

Commit 00a3f3a

Browse files
committed
code review
1 parent 65c9e41 commit 00a3f3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 2 -- Language.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,11 @@ FullSchemaDocument : TypeSystemDefinition+
353353

354354
A {FullSchemaDocument} describes all the types in the schema, including the
355355
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.
357357

358-
All _built-in definitions_ must be included in a {SourceSchemaDocument}.
358+
All _built-in definitions_ must be included in a {FullSchemaDocument}.
359359

360-
A {SourceSchemaDocument} must exactly one {SchemaDefinition}. That
360+
A {FullSchemaDocument} must exactly include one {SchemaDefinition}. That
361361
{SchemaDefinition} must include a _root operation type definition_ for each
362362
supported operation.
363363

0 commit comments

Comments
 (0)