diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-07 09:10:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-07 09:10:00 +0000 |
commit | f4a9d976cf03888fbfd81ab9813720f4e8ec8056 (patch) | |
tree | d67ce5ca8885d3f836b89be0a96d52ba602aa533 /doc/api/graphql/index.md | |
parent | 28b137b0948e74805040b0c069ea09ff91f06143 (diff) | |
download | gitlab-ce-f4a9d976cf03888fbfd81ab9813720f4e8ec8056.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.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md index 09b97a78e04..be1bfc79aeb 100644 --- a/doc/api/graphql/index.md +++ b/doc/api/graphql/index.md @@ -61,14 +61,6 @@ You can work with sample queries that pull data from public projects on GitLab.c The [get started](getting_started.md) page includes different methods to customize GraphQL queries. -### Update the GraphQL API reference - -If you change the GraphQL schema, create a merge request to get your changes approved. -To generate the required documentation and schema, see -[Rake tasks for developers](../../development/rake_tasks.md#update-graphql-documentation-and-schema-definitions). - -Run the commands using the [GitLab Development Kit](https://gitlab.com/gitlab-org/gitlab-development-kit/). - ## Breaking changes The GitLab GraphQL API is [versionless](https://graphql.org/learn/best-practices/#versioning) and changes to the API are primarily backward-compatible. |