diff options
-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 |