diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-06-15 13:18:20 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-06-15 13:18:20 +0000 |
commit | 34421835173449fdb3169d744dd7f32f1186c8a9 (patch) | |
tree | a4d5c98633f323443384155cd5a0d345f4ccd773 /doc/api | |
parent | 03b88937757238c26a0bd2f3446dde03e7041b36 (diff) | |
parent | 9403b1d951c47aca67d2bac1369b86c125c5119d (diff) | |
download | gitlab-ce-34421835173449fdb3169d744dd7f32f1186c8a9.tar.gz |
Merge branch 'bvl-graphql-nested-merge-request' into 'master'
Expose single merge request within a project GraphQL query
See merge request gitlab-org/gitlab-ce!19853
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/graphql/index.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md index dcd5377284c..59e27922f64 100644 --- a/doc/api/graphql/index.md +++ b/doc/api/graphql/index.md @@ -29,9 +29,7 @@ curl --data "value=100" --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://g ## Available queries -A first iteration of a GraphQL API includes only 2 queries: `project` and -`merge_request` and only returns scalar fields, or fields of the type `Project` -or `MergeRequest`. +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. ## GraphiQL |