Class: Types::Ci::JobAnalyticsType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Ci::JobAnalyticsType
- 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
Instance Method Details
#statistics ⇒ Object
21 22 23 |
# File 'app/graphql/types/ci/job_analytics_type.rb', line 21 def statistics object end |