From 83a8b779615c968af5afe15a1cbc6903d639f265 Mon Sep 17 00:00:00 2001 From: Alessio Caiazza Date: Sun, 12 May 2019 16:10:46 -0500 Subject: Add Namespace and ProjectStatistics to GraphQL API We can query namespaces, and nested projects. Projects now exposes statistics --- doc/api/graphql/index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/api/graphql/index.md') diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md index 9195ba4cdf1..88e657a5d2f 100644 --- a/doc/api/graphql/index.md +++ b/doc/api/graphql/index.md @@ -47,6 +47,7 @@ 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. +1. `namespace` : Within a namespace it is also possible to fetch `projects`. ### Multiplex queries -- cgit v1.2.1