Class: Types::Triggering

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

Class Method Summary collapse

Class Method Details

.graphql_definitionObject



12
13
14
# File 'app/graphql/types/triggering.rb', line 12

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