stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerSegmentMembersQuery

AdminTypes.CustomerSegmentMembersQuery interface

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 

Extends: JobResult, Node

Properties

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.