summaryrefslogtreecommitdiff
path: root/doc/api/graphql
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-10 18:11:06 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-10 18:11:06 +0000
commit877395b17b7b5c0c805e07ece6dfe7395a7af82e (patch)
tree7968b02fea601cc4e1d1b88168e1f3ef4f0f71af /doc/api/graphql
parent8a6a1c8f9fcbfe0446440e11e000acf931584a06 (diff)
downloadgitlab-ce-877395b17b7b5c0c805e07ece6dfe7395a7af82e.tar.gz
Edit GraphQL general availability text
Diffstat (limited to 'doc/api/graphql')
-rw-r--r--doc/api/graphql/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md
index db073321808..4e4b9418e47 100644
--- a/doc/api/graphql/index.md
+++ b/doc/api/graphql/index.md
@@ -1,6 +1,8 @@
# GraphQL API
-> [Introduced][ce-19008] in GitLab 11.0.
+> - [Introduced][ce-19008] in GitLab 11.0 (enabled by feature flag `graphql`).
+> - [Always enabled](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30444)
+ in GitLab 12.1.
[GraphQL](https://graphql.org/) is a query language for APIs that
allows clients to request exactly the data they need, making it
@@ -29,8 +31,6 @@ There are no plans to deprecate the REST API. To reduce the technical burden of
supporting two APIs in parallel, they should share implementations as much as
possible.
-As of the 12.1 release, GraphQL is always enabled.
-
## Available queries
A first iteration of a GraphQL API includes the following queries