From 6fc6d6388b2bd3dd3cf778801e86101baa7bd925 Mon Sep 17 00:00:00 2001 From: Dan Debrunner Date: Wed, 27 Sep 2023 08:49:21 -0400 Subject: [PATCH] Relax non-inclusion of schema definition. --- spec/Section 3 -- Type System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 3 -- Type System.md b/spec/Section 3 -- Type System.md index d32b08566..09ed7f8c4 100644 --- a/spec/Section 3 -- Type System.md +++ b/spec/Section 3 -- Type System.md @@ -221,7 +221,7 @@ _root operation type_ uses its respective _default root type name_ and no other type uses any _default root type name_. Likewise, when representing a GraphQL schema using the type system definition -language, a schema definition should be omitted if each _root operation type_ +language, a schema definition may be omitted if each _root operation type_ uses its respective _default root type name_ and no other type uses any _default root type name_.