From a5596e7657a9f7a4a0cde377660de80cc2431612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Houl=C3=A9?= Date: Tue, 13 May 2025 12:48:13 +0200 Subject: [PATCH] Fix minor error in Composition.md The validation is about the root query type, so I assume defining rootQuery as the mutation root is an error. --- spec/Section 4 -- Composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 4 -- Composition.md b/spec/Section 4 -- Composition.md index 78ed63e..9bdca8f 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -388,7 +388,7 @@ ERROR **Formal Specification** -- Let {rootQuery} be the root mutation type defined in the schema, if it exists. +- Let {rootQuery} be the root query type defined in the schema, if it exists. - Let {namedQueryType} be the type with the name `Query` in {schema}, if it exists. - If {rootQuery} is defined: