Project

General

Profile

« Previous | Next » 

Revision 87234768

Added by Kamil Szubrycht about 5 years ago

Fixes #26297 - graphql: add Host queries

View differences:

app/graphql/types/domain.rb
field :name, String
field :fullname, String
has_many :hosts, Types::Host
has_many :subnets, Types::Subnet, resolver: Resolvers::Domain::Subnets
end
end

Also available in: Unified diff