DnsRecord
No description
type DnsRecord {
type: String!
name: String!
value: String!
isVerified: Boolean!
verifiedAt: DateTime
lastCheckedAt: DateTime
}
Fields
DnsRecord.type
● String!
non-null scalar
DnsRecord.name
● String!
non-null scalar
DnsRecord.value
● String!
non-null scalar
DnsRecord.isVerified
● Boolean!
non-null scalar
DnsRecord.verifiedAt
● DateTime
object
DnsRecord.lastCheckedAt
● DateTime
object
Member of
WorkspaceEmailDomainSettings
object