payouts
List of payouts.
payouts(
filter: PayoutFilterInput
sortBy: PayoutSortingInput
before: String
after: String
first: Int
last: Int
): PayoutCountableConnection
Arguments
payouts.filter ● PayoutFilterInput input
Filtering options for payouts.
payouts.sortBy ● PayoutSortingInput input
Sorting options for payouts.
payouts.before ● String scalar
Return the elements in the list that come before the specified cursor.
payouts.after ● String scalar
Return the elements in the list that come after the specified cursor.
payouts.first ● Int scalar
Return the first n elements from the list.
payouts.last ● Int scalar
Return the last n elements from the list.