GraphQL

deprecated

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

link Definition

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

link Required by

This element is not required by anyone