Class: Types::Ci::GroupType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Ci::GroupType
- Defined in:
- app/graphql/types/ci/group_type.rb
Overview
rubocop: disable Graphql/AuthorizeTypes
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
#detailed_status ⇒ Object
20 21 22 |
# File 'app/graphql/types/ci/group_type.rb', line 20 def detailed_status object.detailed_status(context[:current_user]) end |