Class: Types::WorkItems::LinkedItemType

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

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



25
26
27
# File 'app/graphql/types/work_items/linked_item_type.rb', line 25

def work_item
  object
end