Skip to content

Commit b0942f9

Browse files
Update .changeset/afraid-oranges-clean.md
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 8647065 commit b0942f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/afraid-oranges-clean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ fix: Correctly parse schema extensions with no root operations
66

77
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.
88

9-
The rule for parsing a schema extension is now distinct from schema definition, allowing the root operations list to be omitted.
9+
The rule for parsing a schema extension is now distinct from that for a schema definition, allowing the root operations list to be omitted.

0 commit comments

Comments
 (0)