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