Commit 4d888545 authored by Evan Read's avatar Evan Read

Merge branch 'ld-graphql-docs-update-removal-of-deprecations-info' into 'master'

Update docs with deprecation process

See merge request gitlab-org/gitlab!45351
parents 12b95b34 b31ba845
......@@ -385,8 +385,8 @@ end
GitLab's GraphQL API is versionless, which means we maintain backwards
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.
In future, GitLab
[may remove deprecated parts of the schema](https://gitlab.com/gitlab-org/gitlab/-/issues/32292).
The deprecated parts of the schema can then be removed in a future release
in accordance with [GitLab's deprecation process](../api/graphql/index.md#deprecation-process).
Fields and enum values are deprecated using the `deprecated` property.
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