Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionContractConnection
An auto-generated type for paginating through multiple SubscriptionContracts.
Signature:
export interface SubscriptionContractConnection
| Property | Modifiers | Type | Description |
|---|---|---|---|
| edges | Array<SubscriptionContractEdge> | A list of edges. | |
| nodes | Array<SubscriptionContract> | A list of the nodes contained in SubscriptionContractEdge. | |
| pageInfo | PageInfo | Information to aid in pagination. |