Skip to content

Commit

Permalink
Update .changeset/afraid-oranges-clean.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
trevor-scheer and TallTed authored Dec 2, 2024
1 parent 8647065 commit b0942f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/afraid-oranges-clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b0942f9

Please sign in to comment.