The GraphQL schema supports [deprecation](https://facebook.github.io/graphql/#sec-Object-Field-deprecation). Create a `@GlitrDeprecated` annotation that denotes a field as deprecated. Add support for `deprecationReason` and other useful information related to field deprecation.
The GraphQL schema supports deprecation. Create a
@GlitrDeprecatedannotation that denotes a field as deprecated.Add support for
deprecationReasonand other useful information related to field deprecation.