DnsRecord
No description
type DnsRecord {
type: DNSRecordType!
host: String!
value: String!
ttl: Int
priority: Int
weight: Int
port: Int
}
No description
type DnsRecord {
type: DNSRecordType!
host: String!
value: String!
ttl: Int
priority: Int
weight: Int
port: Int
}
DnsRecord.type ● DNSRecordType! non-null enumDnsRecord.host ● String! non-null scalarDnsRecord.value ● String! non-null scalarDnsRecord.ttl ● Int scalarDnsRecord.priority ● Int scalarDnsRecord.weight ● Int scalarDnsRecord.port ● Int scalar