Class: Types::Ci::JobAnalyticsType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/ci/job_analytics_type.rb

Overview

rubocop:disable Graphql/AuthorizeTypes – This is authorized by the resolver

Instance Method Summary collapse

Methods inherited from BaseObject

accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id

Methods included from Gitlab::Graphql::Present

#present, #unpresented

Instance Method Details

#statisticsObject



21
22
23
# File 'app/graphql/types/ci/job_analytics_type.rb', line 21

def statistics
  object
end