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