Project

General

Profile

« Previous | Next » 

Revision 62a41131

Added by Timo Goebel about 5 years ago

fixes #26490 - graphql: add hostgroup queries

View differences:

app/graphql/types/host.rb
belongs_to :ptable, Types::Ptable
belongs_to :environment, Types::Environment
belongs_to :location, Types::Location
belongs_to :organization, Types::Organization
belongs_to :model, Types::Model
belongs_to :operatingsystem, Types::Operatingsystem
belongs_to :puppet_ca_proxy, Types::SmartProxy
belongs_to :puppet_proxy, Types::SmartProxy
belongs_to :medium, Types::Medium
belongs_to :hostgroup, Types::Hostgroup
has_many :fact_names, Types::FactName
has_many :fact_values, Types::FactValue
end

Also available in: Unified diff