DnsRecordInput
No description
input DnsRecordInput {
type: DNSRecordType!
host: String!
value: String!
ttl: Int
priority: Int
weight: Int
port: Int
}
No description
input DnsRecordInput {
type: DNSRecordType!
host: String!
value: String!
ttl: Int
priority: Int
weight: Int
port: Int
}
DnsRecordInput.type ● DNSRecordType! non-null enumDnsRecordInput.host ● String! non-null scalarDnsRecordInput.value ● String! non-null scalarDnsRecordInput.ttl ● Int scalarDnsRecordInput.priority ● Int scalarDnsRecordInput.weight ● Int scalarDnsRecordInput.port ● Int scalar