payoutAccounts
List all payout accounts for the current organization
Arguments
Returns
PayoutAccountPaginationConnection Example
query payoutAccounts($after: String, $before: String, $first: Int, $last: Int) { payoutAccounts(after: $after, before: $before, first: $first, last: $last) { edges nodes page_info total_count }}