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