graphql / graphql/graphql-spec
Allow deprecating types
Open
💭 Strawman (RFC 0)
- Dominant language
- JavaScript
- Stars
- 14.6k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
The last discussion of this is https://github.com/facebook/graphql/issues/197#issuecomment-246840927
For purposes of tooling and documentation, it would be nice to be able to deprecate an entire type. This is useful for cases where you're trying to transition to a new object type, and you would like to prevent people from adding new fields which reference the old type.
Contributor guide
Assessment
This issue has not been assessed yet.