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