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
path: root/doc/api
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-06-15 16:18:20 +0300
committerDouwe Maan <douwe@gitlab.com>2018-06-15 16:18:20 +0300
commit34421835173449fdb3169d744dd7f32f1186c8a9 (patch)
treea4d5c98633f323443384155cd5a0d345f4ccd773 /doc/api
parent03b88937757238c26a0bd2f3446dde03e7041b36 (diff)
parent9403b1d951c47aca67d2bac1369b86c125c5119d (diff)
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.md4
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