diff options
author | Brett Walker <bwalker@gitlab.com> | 2019-04-23 12:24:48 -0500 |
---|---|---|
committer | Brett Walker <bwalker@gitlab.com> | 2019-04-23 12:24:48 -0500 |
commit | ff2727fc7efa92228b022ea46bace698caceced1 (patch) | |
tree | 247bedeeb80126d8104cba18bd9088ddf5af0139 | |
parent | d693c3e5cac0fbe5c5e28e0ade43aa7455ba4876 (diff) | |
download | gitlab-ce-bw-add-graphql-groups.tar.gz |
Mention group query in GraphQL documentationbw-add-graphql-groups
-rw-r--r-- | doc/api/graphql/index.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md index ec48bf4940b..cf02bbd9c92 100644 --- a/doc/api/graphql/index.md +++ b/doc/api/graphql/index.md @@ -29,7 +29,11 @@ curl --data "value=100" --header "PRIVATE-TOKEN: <your_access_token>" https://gi ## Available queries -A first iteration of a GraphQL API includes a query for: `project`. Within a project it is also possible to fetch a `mergeRequest` by IID. +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. ## GraphiQL |