From b0942f94309d0ba3e391ebd064ebc8f1a0581838 Mon Sep 17 00:00:00 2001 From: Trevor Scheer Date: Mon, 2 Dec 2024 14:55:48 -0800 Subject: [PATCH] Update .changeset/afraid-oranges-clean.md Co-authored-by: Ted Thibodeau Jr --- .changeset/afraid-oranges-clean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/afraid-oranges-clean.md b/.changeset/afraid-oranges-clean.md index 2048c644bf..417922cf24 100644 --- a/.changeset/afraid-oranges-clean.md +++ b/.changeset/afraid-oranges-clean.md @@ -6,4 +6,4 @@ fix: Correctly parse schema extensions with no root operations Previously, the parser gave schema extensions the same treatment as schema definitions. The requirements are slightly different, however, since a schema extension does not require a list of root operations according to the spec: https://spec.graphql.org/draft/#sec-Schema-Extension. -The rule for parsing a schema extension is now distinct from schema definition, allowing the root operations list to be omitted. +The rule for parsing a schema extension is now distinct from that for a schema definition, allowing the root operations list to be omitted.