diff options
author | Alessio Caiazza <acaiazza@gitlab.com> | 2019-05-17 16:07:52 +0200 |
---|---|---|
committer | Alessio Caiazza <acaiazza@gitlab.com> | 2019-05-17 16:07:52 +0200 |
commit | 6079d3e0acc1b541c1fa21c2ea0622a5bbf6e611 (patch) | |
tree | f18426266afc1a855d912fa9a7640e28e450a38a | |
parent | 978e6a44bd6fa630fd0ce284c434ce34d2cc4bf1 (diff) | |
download | gitlab-ce-fl-fe-quotas.tar.gz |
Add feature documentationfl-fe-quotas
-rw-r--r-- | doc/api/graphql/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md index cf02bbd9c92..4bc64af6e0a 100644 --- a/doc/api/graphql/index.md +++ b/doc/api/graphql/index.md @@ -35,6 +35,8 @@ A first iteration of a GraphQL API includes the following queries 1. `group` : Only basic group information is currently supported. +1. `namespace` : Within a namespace it is also possible to fetch the `statistics` if the user owns the namespace. + ## GraphiQL The API can be explored by using the GraphiQL IDE, it is available on your |