From 4e251d01de8014a494049710ac27146a3f049d89 Mon Sep 17 00:00:00 2001 From: Alessio Caiazza Date: Tue, 4 Jun 2019 12:11:41 +0000 Subject: Expose wiki_size on GraphQL API --- app/graphql/types/project_statistics_type.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/graphql/types/project_statistics_type.rb') diff --git a/app/graphql/types/project_statistics_type.rb b/app/graphql/types/project_statistics_type.rb index 35ae23c21fc..62537361918 100644 --- a/app/graphql/types/project_statistics_type.rb +++ b/app/graphql/types/project_statistics_type.rb @@ -11,5 +11,6 @@ module Types field :lfs_objects_size, GraphQL::INT_TYPE, null: false field :build_artifacts_size, GraphQL::INT_TYPE, null: false field :packages_size, GraphQL::INT_TYPE, null: false + field :wiki_size, GraphQL::INT_TYPE, null: true end end -- cgit v1.2.1