DomainEdge
An edge in a connection.
type DomainEdge {
node: Domain
cursor: Cursor!
}
Fields
DomainEdge.node ● Domain object
The item at the end of the edge.
DomainEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
DomainConnection object