Class: Types::Task

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

Class Method Summary collapse

Class Method Details

.graphql_definitionObject



21
22
23
# File 'app/graphql/types/task.rb', line 21

def self.graphql_definition
  super.tap { |type| type.instance_variable_set(:@name, 'ForemanTasks::Task') }
end