Class: Types::WorkItems::ConvertTaskInputType

Inherits:
BaseInputObject
  • Object
show all
Defined in:
app/graphql/types/work_items/convert_task_input_type.rb

Class Method Summary collapse

Class Method Details

.work_item_type_global_id(global_id) ⇒ Object



26
27
28
# File 'app/graphql/types/work_items/convert_task_input_type.rb', line 26

def work_item_type_global_id(global_id)
  global_id&.model_id
end