DomainList
A paginated list of domains.
type DomainList {
nextCursor: String
nodes: [Domain]
total: Int
}
Fields
DomainList.nextCursor ● String scalar common
The cursor for the next page of domains.
DomainList.nodes ● [Domain] list object common
The domains returned in the current page.
DomainList.total ● Int scalar common
The total number of matching domains.
Returned By
domains query
Member Of
AppEnvironment object