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