status
Indicates the release status of a GraphQL type, field, or enum value.
Stable - Stable and officially available. Fully documented and safe for production use.
Upcoming - Nearly complete but subject to change. We encourage feedback before making it fully released. Clients may use it, but adjustments may still occur.
directive @status(
category: String!
) on
| OBJECT
| INPUT_FIELD_DEFINITION
| INPUT_OBJECT
| INTERFACE
| FIELD_DEFINITION
| ARGUMENT_DEFINITION
| SCALAR
| ENUM
Arguments
category ● String!
The status category of this field or type.