Project

General

Profile

Download (246 Bytes) Statistics
| Branch: | Tag: | Revision:
module Types
class Domain < BaseObject
description 'A Domain'

global_id_field :id
timestamps
field :name, String
field :fullname, String

has_many :subnets, Types::Subnet, resolver: Resolvers::Domain::Subnets
end
end
(8-8/24)