Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerSegmentMemberConnection
The connection type for the CustomerSegmentMembers object.
Signature:
export interface CustomerSegmentMemberConnection
| Property | Modifiers | Type | Description |
|---|---|---|---|
| edges | Array<CustomerSegmentMemberEdge> | A list of edges. | |
| pageInfo | PageInfo | Information to aid in pagination. | |
| statistics | SegmentStatistics | The statistics for a given segment. | |
| totalCount | Scalars[‘Int’][‘output’] | The total number of members in a given segment. |