diff options
author | Evan Read <eread@gitlab.com> | 2019-07-10 18:11:06 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-10 18:11:06 +0000 |
commit | 877395b17b7b5c0c805e07ece6dfe7395a7af82e (patch) | |
tree | 7968b02fea601cc4e1d1b88168e1f3ef4f0f71af /doc/api/README.md | |
parent | 8a6a1c8f9fcbfe0446440e11e000acf931584a06 (diff) | |
download | gitlab-ce-877395b17b7b5c0c805e07ece6dfe7395a7af82e.tar.gz |
Edit GraphQL general availability text
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 3ded230370c..b2bb55f2fcf 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -154,9 +154,10 @@ the `/Users` endpoint. The base URL is: `/api/scim/v2/groups/:group_path/Users/` ## Road to GraphQL -Going forward, we will start on moving to -[GraphQL](graphql/index.md) and deprecate the use of -controller-specific endpoints. GraphQL has a number of benefits: +[GraphQL](graphql/index.md) is available in GitLab, which will +allow deprecation of controller-specific endpoints. + +GraphQL has a number of benefits: 1. We avoid having to maintain two different APIs. 1. Callers of the API can request only what they need. |