The list of members, such as customers, that's associated with an individual segment.
The maximum page size is 1000.
Access Scopes
Arguments
after:
String -
The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
before:
String -
The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
first:
Int -
The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
last:
Int -
The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
query:
String -
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).
queryId:
ID -
The ID of the segment members query.
reverse:
Boolean -
Reverse the order of the list. The sorting behaviour defaults to ascending order.