Class: Types::WorkItems::LinkedItemType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/work_items/linked_item_type.rb

Overview

rubocop:disable Graphql/AuthorizeTypes – authorized by 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

#work_itemObject



28
29
30
# File 'app/graphql/types/work_items/linked_item_type.rb', line 28

def work_item
  object
end