Field Deprecation via UI

📣 Note: This feature is unlocked by the Field Deprecation extension.

GraphQL does not version an endpoint, as it happens in REST. Instead, it makes the schema evolve, by allowing to deprecate fields.

Deprecation is standard GraphQL behavior, but is normally executed via code. Through the Field deprecation user interface, we can already deprecate fields, without the need to deploy any code.

Field Deprecation List editor
Field Deprecation List editor