You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/afraid-oranges-clean.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ fix: Correctly parse schema extensions with no root operations
6
6
7
7
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.
8
8
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