WithdrawalsConnection
Connection type for retrieving cursor-based paginated withdrawals information
type WithdrawalsConnection {
edges: [WithdrawalEdge]
pageInfo: PageInfo
}
Fields
WithdrawalsConnection.edges
● [WithdrawalEdge]
list object
The withdrawals
WithdrawalsConnection.pageInfo
● PageInfo
object
The pagination information
Returned by
withdrawals
query
Member of
Party
object