gitlab-org--gitlab-foss/spec/graphql
Alessio Caiazza 606a1d2d31 Expose namespace storage statistics with GraphQL
Root namespaces have storage statistics.
This commit allows namespace owners to get those stats via GraphQL
queries like the following one

{
  namespace(fullPath: "a_namespace_path") {
    rootStorageStatistics {
      storageSize
      repositorySize
      lfsObjectsSize
      buildArtifactsSize
      packagesSize
      wikiSize
    }
  }
}
2019-08-22 22:08:28 +00:00
..
features Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00
mutations Add mutation toggling WIP state of merge requests 2018-07-25 18:37:12 +02:00
resolvers Remove code related to object hierarchy in MySQL 2019-07-25 15:35:06 +08:00
types Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
gitlab_schema_spec.rb GraphQL support for Notes created in discussions 2019-07-10 12:13:48 +12:00