summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Walker <bwalker@gitlab.com>2019-06-17 18:28:06 -0500
committerBrett Walker <bwalker@gitlab.com>2019-06-17 18:28:30 -0500
commitf3daed242c2bb9fb1d5c79358bfcfb1ea844aed5 (patch)
tree955a7918cda7a9e7ef1d30409c42c1062aa8a5c7
parent26ae8788218037c3ec7e12efc67ea3baa237972a (diff)
downloadgitlab-ce-bw-update-graphql-docs.tar.gz
Mention that epics are supported in GraphqlQLbw-update-graphql-docs
-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