Skip to content

Commit be7a251

Browse files
authored
Fix minor error in Composition.md (#188)
The validation is about the root query type, so I assume defining rootQuery as the mutation root is an error.
1 parent 5171007 commit be7a251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/Section 4 -- Composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ ERROR
388388

389389
**Formal Specification**
390390

391-
- Let {rootQuery} be the root mutation type defined in the schema, if it exists.
391+
- Let {rootQuery} be the root query type defined in the schema, if it exists.
392392
- Let {namedQueryType} be the type with the name `Query` in {schema}, if it
393393
exists.
394394
- If {rootQuery} is defined:

0 commit comments

Comments
 (0)