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