Homepage

deprecated

Last edit: Oct 26, 2022

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

directive @deprecated(
  reason: String = "No longer supported"
)

Arguments

reason (String)

Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by CommonMark.

Questions?

We are always happy to help with any questions you may have.

contact us