stack

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

AdminTypes.CustomerSegmentMembersQueryInput.query property

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).

Signature:

query?: InputMaybe<Scalars['String']['input']>;