ExcludedDomainEdge
An edge in a connection.
type ExcludedDomainEdge {
cursor: String!
node: ExcludedDomain
}
Fields
ExcludedDomainEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
ExcludedDomainEdge.node ● ExcludedDomain object common
The item at the end of the edge.
Member of
ExcludedDomainConnection object