At a glance
- Identifier: #1167
- Stage: RFC 3 / Accepted
- Champion: @benjie
- Latest activity: Added to WG agenda on 2025-06-26
- Spec PR: https://github.com/graphql/graphql-spec/pull/1167
Spec PR description
This is a bugfix; previously we said that the schema keyword can/should be omitted if the root operation type names line up, but we neglected to think about the schema description. This fixes that.
Trivial fix @graphql/tsc
(Discussed as part of #1166, but since there's pushback to the naked schema keyword I'm separating this out into its own standalone fix.)
Timeline
- Added to WG agenda on 2025-06-26
- Added to WG agenda on 2025-06-05
- Spec PR created on 2025-05-19 by benjie
- Commit pushed on 2025-05-19 by benjie: Do not exclude schema keyword if schema has description