DomainConnection
A connection to a list of items.
type DomainConnection {
edges: [DomainEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
DomainConnection.edges ● [DomainEdge] list object
A list of edges.
DomainConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
DomainConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
domains query