BillingInvoicesConnection
BillingInvoicesConnection
A connection to a list of BillingInvoice values.
| Field | Argument | Type | Description |
|---|---|---|---|
| nodes | [BillingInvoice!]! | A list of `BillingInvoice` objects. | |
| edges | [BillingInvoicesEdge!]! | A list of edges which contains the `BillingInvoice` and cursor to aid in pagination. | |
| pageInfo | PageInfo! | Information to aid in pagination. | |
| totalCount | Int! | The count of *all* `BillingInvoice` you could get from the connection. | |