Commit a91773e2 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'ld-docs-graphql-breaking-change-warning' into 'master'

GraphQL docs warn about immediate breaking changes

See merge request gitlab-org/gitlab!55328
parents 60a0bfb1 b2c4a002
...@@ -78,6 +78,11 @@ where the deprecated part of the schema is supported for a period of time before ...@@ -78,6 +78,11 @@ where the deprecated part of the schema is supported for a period of time before
Clients should familiarize themselves with the process to avoid breaking changes affecting their integrations. Clients should familiarize themselves with the process to avoid breaking changes affecting their integrations.
WARNING:
While GitLab will make all attempts to follow the [deprecation and removal process](#deprecation-and-removal-process),
GitLab may on very rare occasions need to make immediate breaking changes to the GraphQL API to patch critical security or performance
concerns and where the deprecation process would be considered to pose significant risk.
NOTE: NOTE:
Fields behind a feature flag and disabled by default are exempt from the deprecation process, Fields behind a feature flag and disabled by default are exempt from the deprecation process,
and can be removed at any time without notice. and can be removed at any time without notice.
......
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