payouts
List all payouts. Requires MANAGE_PAYOUTS permission.
payouts(
filter: PayoutFilterInput
sortBy: PayoutSortingInput
before: String
after: String
first: Int
last: Int
): PayoutCountableConnection!
Arguments
payouts.filter ● PayoutFilterInput input
payouts.sortBy ● PayoutSortingInput input
payouts.before ● String scalar
Returns the items in the list that come before the specified cursor.
payouts.after ● String scalar
Returns the items in the list that come after the specified cursor.
payouts.first ● Int scalar
Returns the first n items from the list.
payouts.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
PayoutCountableConnection object
A connection to a list of items.