From 6755df108b123ecc8ae330d7c7bf2f04fbf36a81 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 21 Jan 2020 00:08:46 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/api/graphql/index.md') diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md index f86802d4463..5675895222e 100644 --- a/doc/api/graphql/index.md +++ b/doc/api/graphql/index.md @@ -56,13 +56,16 @@ possible. The GraphQL API includes the following queries at the root level: -1. `project` : Project information, with many of its associations such as issues and merge requests also available. +1. `project` : Project information, with many of its associations such as issues and merge requests. 1. `group` : Basic group information and epics **(ULTIMATE)** are currently supported. 1. `namespace` : Within a namespace it is also possible to fetch `projects`. 1. `currentUser`: Information about the currently logged in user. 1. `metaData`: Metadata about GitLab and the GraphQL API. 1. `snippets`: Snippets visible to the currently logged in user. +New associations and root level objects are constantly being added. +See the [GraphQL API Reference](reference/index.md) for up-to-date information. + Root-level queries are defined in [`app/graphql/types/query_type.rb`](https://gitlab.com/gitlab-org/gitlab/blob/master/app/graphql/types/query_type.rb). -- cgit v1.2.1