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