Commit b31ba845 authored by Luke Duncalfe's avatar Luke Duncalfe

Update docs with deprecation process

parent ddeb7429
...@@ -385,8 +385,8 @@ end ...@@ -385,8 +385,8 @@ end
GitLab's GraphQL API is versionless, which means we maintain backwards GitLab's GraphQL API is versionless, which means we maintain backwards
compatibility with older versions of the API with every change. Rather compatibility with older versions of the API with every change. Rather
than removing a field or [enum value](#enums), we need to _deprecate_ it instead. than removing a field or [enum value](#enums), we need to _deprecate_ it instead.
In future, GitLab The deprecated parts of the schema can then be removed in a future release
[may remove deprecated parts of the schema](https://gitlab.com/gitlab-org/gitlab/-/issues/32292). in accordance with [GitLab's deprecation process](../api/graphql/index.md#deprecation-process).
Fields and enum values are deprecated using the `deprecated` property. Fields and enum values are deprecated using the `deprecated` property.
The value of the property is a `Hash` of: The value of the property is a `Hash` of:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment