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