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