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