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