Class: Types::MergeRequestConnectionType

Inherits:
CountableConnectionType show all
Defined in:
app/graphql/types/merge_request_connection_type.rb

Overview

rubocop: disable Graphql/AuthorizeTypes

Constant Summary

Constants inherited from CountableConnectionType

CountableConnectionType::COUNT_DESCRIPTION

Instance Method Summary collapse

Methods inherited from CountableConnectionType

#count

Methods included from CountableConnectionHelper

#limited_count

Instance Method Details

#total_time_to_mergeObject



11
12
13
# File 'app/graphql/types/merge_request_connection_type.rb', line 11

def total_time_to_merge
  object.items.without_order.total_time_to_merge
end