billingCharges
Returns a list of billing charges based on filter criteria; query will use forward pagination by default
This page contains
Arguments
| first Int | Number of elements to return (page size) Providing this indicates that it is forward pagination Default value is 10 |
| after String | Returns elements after specified cursor Providing this indicates that it is forward pagination |
| last Int | Number of elements to return in reverse order (page size) Providing this indicates that it is backward pagination Default value is 10 |
| before String | Returns elements before specified cursor Providing this indicates that it is backward pagination |
| filter BillingChargeFilterInput PREVIEW | Filter criteria for billing charges |
| orderBy BillingChargeOrderBy PREVIEW | Sort order for billing charges |
Return Fields
| MainBillingChargeConnection! PREVIEW | Connection type for MainBillingCharge |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.