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