Class: Types::MergeRequestConnectionType
- Inherits:
-
CountableConnectionType
- Object
- GraphQL::Types::Relay::BaseConnection
- CountableConnectionType
- Types::MergeRequestConnectionType
- 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
Methods included from CountableConnectionHelper
Instance Method Details
#total_time_to_merge ⇒ Object
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 |