Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerSegmentMembersQuery
A job to determine a list of members, such as customers, that are associated with an individual segment.
Signature:
export interface CustomerSegmentMembersQuery extends JobResult, Node
Property | Modifiers | Type | Description |
---|---|---|---|
currentCount | Scalars[‘Int’][‘output’] | The current total number of members in a given segment. | |
done | Scalars[‘Boolean’][‘output’] | This indicates if the job is still queued or has been run. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID that’s returned when running an asynchronous mutation. |