summaryrefslogtreecommitdiff
path: root/app/graphql/types/projects/commit_parent_names_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/projects/commit_parent_names_type.rb')
-rw-r--r--app/graphql/types/projects/commit_parent_names_type.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/graphql/types/projects/commit_parent_names_type.rb b/app/graphql/types/projects/commit_parent_names_type.rb
index 0aa1ca768e9..39f8f1cdd07 100644
--- a/app/graphql/types/projects/commit_parent_names_type.rb
+++ b/app/graphql/types/projects/commit_parent_names_type.rb
@@ -7,7 +7,6 @@ module Types
graphql_name 'CommitParentNames'
field :names, [GraphQL::Types::String], null: true, description: 'Names of the commit parent (branch or tag).'
- field :total_count, GraphQL::Types::Int, null: true, description: 'Total of parent branches or tags.'
end
# rubocop: enable Graphql/AuthorizeTypes
end