Class: Types::Task
- Inherits:
 - 
      BaseObject
      
        
- Object
 - BaseObject
 - Types::Task
 
 
- Defined in:
 - app/graphql/types/task.rb
 
Class Method Summary collapse
Class Method Details
.graphql_definition ⇒ Object
      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  |