deprecated

Marks an element of a GraphQL schema as no longer supported.

link GraphQL Schema definition

  • directive @deprecated(reason: String) on ENUM_VALUE | FIELD_DEFINITION

link Require by

This element is not required by anyone