# CustomerSegmentMembersQueryInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields and values for creating a customer segment members query. ### Access Scopes ## Fields * [query](/docs/api/admin-graphql/2024-10/scalars/String): 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). * [reverse](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Reverse the order of the list. The sorting behaviour defaults to ascending order. * [segmentId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the segment. * [sortKey](/docs/api/admin-graphql/2024-10/scalars/String): String - Sort the list by a given key. ## Input objects with this input object * [customerSegmentMembersQueryCreate](/docs/api/admin-graphql/2024-10/mutations/customerSegmentMembersQueryCreate) ## Examples