superBills
Fetch paginated super bills collection
Arguments
Returns
SuperBillPaginationConnection Example
query superBills( $client_id: ID $keywords: String $provider_id: ID $sort_by: String $order_by: SuperBillOrderKeys $status: String $after: String $before: String $first: Int $last: Int) { superBills( client_id: $client_id keywords: $keywords provider_id: $provider_id sort_by: $sort_by order_by: $order_by status: $status after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}