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