Class: Types::WorkItems::LinkedItemType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::WorkItems::LinkedItemType
- Defined in:
- app/graphql/types/work_items/linked_item_type.rb
Overview
rubocop:disable Graphql/AuthorizeTypes – authorized by resolver
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from BaseObject
accepts, assignable?, authorization, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Class Method Details
.authorization_scopes ⇒ Object
9 10 11 |
# File 'app/graphql/types/work_items/linked_item_type.rb', line 9 def self. super + [:ai_workflows] end |
Instance Method Details
#work_item ⇒ Object
34 35 36 |
# File 'app/graphql/types/work_items/linked_item_type.rb', line 34 def work_item object end |