Class: Types::HostCollection

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

Class Method Summary collapse

Class Method Details

.graphql_definitionObject



14
15
16
# File 'app/graphql/types/host_collection.rb', line 14

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