summaryrefslogtreecommitdiff
path: root/doc/api/graphql/index.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-05 03:07:23 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-05 03:07:23 +0000
commit997a0743bd2ffb2df094afeba1632b4f05f51cd9 (patch)
treeb61df38128353492087de42b7e418c14d56bf2db /doc/api/graphql/index.md
parentaf04e96bba78490341e282f977ad4640cf03f910 (diff)
downloadgitlab-ce-997a0743bd2ffb2df094afeba1632b4f05f51cd9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/graphql/index.md')
-rw-r--r--doc/api/graphql/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md
index a3523ac690e..e495b916b18 100644
--- a/doc/api/graphql/index.md
+++ b/doc/api/graphql/index.md
@@ -76,6 +76,8 @@ These changes include the removal or renaming of fields, arguments or other part
In these situations, GitLab follows a [Deprecation and removal process](#deprecation-and-removal-process)
where the deprecated part of the schema is supported for a period of time before being removed.
+There are some changes which are explicitly [not considered breaking](../../development/contributing/#breaking-changes).
+
Clients should familiarize themselves with the process to avoid breaking changes affecting their integrations.
WARNING: