stack

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

AdminTypes.CustomerSegmentMembersQueryInput interface

The input fields and values for creating a customer segment members query.

Signature:

export interface CustomerSegmentMembersQueryInput 

Properties

Property Modifiers Type Description
query?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The query that’s used to filter the members. The query is composed of a combination of conditions on facts about customers such as email_subscription_status = 'SUBSCRIBED' with [this syntax](https://shopify.dev/api/shopifyql/segment-query-language-reference).
reverse?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) Reverse the order of the list. The sorting behaviour defaults to ascending order.
segmentId?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The ID of the segment.
sortKey?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) Sort the list by a given key.