PartyConnection
Connection type for retrieving cursor-based paginated party information
type PartyConnection {
edges: [PartyEdge!]!
pageInfo: PageInfo!
}
Fields
PartyConnection.edges
● [PartyEdge!]!
non-null object
The parties in this connection
PartyConnection.pageInfo
● PageInfo!
non-null object
The pagination information
Returned by
partiesConnection
query