chargeBacks
fetch all charge backs for a user or organization
Arguments
show_all_for_org
· Boolean · If user has access to all billing for their organization, this will return all chargebacks for the organization Returns
ChargeBackPaginationConnection Example
query chargeBacks( $show_all_for_org: Boolean $order_by: ChargeBackOrderKeys $after: String $before: String $first: Int $last: Int) { chargeBacks( show_all_for_org: $show_all_for_org order_by: $order_by after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}