Marks an element of a GraphQL schema as no longer supported.
1directive @deprecated(reason: String) on FIELD_DEFINITION | ENUM_VALUE | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
Note
This element is not required by anyone