gitlab-org--gitlab-foss/app/graphql/types
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
..
award_emojis
ci
notes GraphQL support for Notes created in discussions 2019-07-10 12:13:48 +12:00
permission_types
tree Added submodule links to Submodule type in GraphQL API 2019-07-17 13:06:19 +00:00
base_enum.rb
base_field.rb
base_input_object.rb
base_interface.rb
base_object.rb
base_scalar.rb
base_union.rb
commit_type.rb
diff_paths_input_type.rb
diff_refs_type.rb
group_type.rb Remove code related to object hierarchy in MySQL 2019-07-25 15:35:06 +08:00
issuable_state_enum.rb
issue_state_enum.rb
issue_type.rb
label_type.rb
merge_request_state_enum.rb
merge_request_type.rb
metadata_type.rb
milestone_type.rb
mutation_type.rb
namespace_type.rb Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
order.rb
project_statistics_type.rb
project_type.rb
query_type.rb
repository_type.rb
root_storage_statistics_type.rb Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
sort.rb
task_completion_status.rb
time_type.rb
user_type.rb