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