PartyEdge
Edge type containing the party and cursor information returned by a PartyConnection
type PartyEdge {
node: Party!
cursor: String!
}
Fields
PartyEdge.node
● Party!
non-null object
The party
PartyEdge.cursor
● String!
non-null scalar
The cursor for this party
Member of
PartyConnection
object