diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2019-04-30 14:51:33 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2019-04-30 14:51:33 +0000 |
commit | 191152104399cad8b01d06712501250688fca9d7 (patch) | |
tree | 7d18903eb89e502a78ff482a034208e2a860d467 /doc/api | |
parent | a96e96d5c8829348fed969d00395be93290577d4 (diff) | |
parent | ff2727fc7efa92228b022ea46bace698caceced1 (diff) | |
download | gitlab-ce-191152104399cad8b01d06712501250688fca9d7.tar.gz |
Merge branch 'bw-add-graphql-groups' into 'master'
Add basic GraphQL for a Group
Closes #60786
See merge request gitlab-org/gitlab-ce!27492
Diffstat (limited to 'doc/api')
-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 |