Skip to content

Commit 8ef03f8

Browse files
IvanGoncharovleebyron
authored andcommitted
Use "type system definition language" consistently (#456)
1 parent 6ff258f commit 8ef03f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 3 -- Type System.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ system definition language can omit the schema definition when the `query`,
136136
`mutation`, and `subscription` root types are named `Query`, `Mutation`, and
137137
`Subscription` respectively.
138138

139-
Likewise, when representing a GraphQL schema using the type system language, a
140-
schema definition should be omitted if it only uses the default root operation
141-
type names.
139+
Likewise, when representing a GraphQL schema using the type system definition
140+
language, a schema definition should be omitted if it only uses the default root
141+
operation type names.
142142

143143
This example describes a valid complete GraphQL schema, despite not explicitly
144144
including a `schema` definition. The `Query` type is presumed to be the `query`

0 commit comments

Comments
 (0)