Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-18 07:01:43 +0300
committerEvan Read <eread@gitlab.com>2019-06-18 07:01:43 +0300
commitfc1fcba6077edc0bee33aa3030145c53af109315 (patch)
treec589b26f96c5bfbbb14e81319bad91a49d72fa00
parent5c9acb69fed0419adb699d13b8941b68ffde4c0c (diff)
parentf3daed242c2bb9fb1d5c79358bfcfb1ea844aed5 (diff)
Merge branch 'bw-update-graphql-docs' into 'master'
Update GraphQL document to mention that epics are supported See merge request gitlab-org/gitlab-ce!29777
-rw-r--r--doc/api/graphql/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md
index 88e657a5d2f..6c1cce620ca 100644
--- a/doc/api/graphql/index.md
+++ b/doc/api/graphql/index.md
@@ -46,7 +46,7 @@ curl --data "value=100" --header "PRIVATE-TOKEN: <your_access_token>" https://gi
A first iteration of a GraphQL API includes the following queries
1. `project` : Within a project it is also possible to fetch a `mergeRequest` by IID.
-1. `group` : Only basic group information is currently supported.
+1. `group` : Basic group information and epics **[ULTIMATE]** are currently supported.
1. `namespace` : Within a namespace it is also possible to fetch `projects`.
### Multiplex queries