Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Nov 20, 2023
1 parent 65c9e41 commit 00a3f3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/Section 2 -- Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,11 @@ FullSchemaDocument : TypeSystemDefinition+

A {FullSchemaDocument} describes all the types in the schema, including the
built-in ones. Tools that are not implementations may use a {FullSchemaDocument}
to validate an operation.
to validate an operation, generate code, provide IDE features and other tooling.

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

A {SourceSchemaDocument} must exactly one {SchemaDefinition}. That
A {FullSchemaDocument} must exactly include one {SchemaDefinition}. That
{SchemaDefinition} must include a _root operation type definition_ for each
supported operation.

Expand Down

0 comments on commit 00a3f3a

Please sign in to comment.