--- title: CustomerSegmentMemberConnection - GraphQL Admin description: The connection type for the `CustomerSegmentMembers` object. api_version: 2025-10 api_name: admin type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/connections/CustomerSegmentMemberConnection md: https://shopify.dev/docs/api/admin-graphql/latest/connections/CustomerSegmentMemberConnection.md --- # Customer​Segment​Member​Connection connection The connection type for the `CustomerSegmentMembers` object. ## Queries with this connection * [customer​Segment​Members](https://shopify.dev/docs/api/admin-graphql/latest/queries/customerSegmentMembers) query The list of members, such as customers, that's associated with an individual segment. The maximum page size is 1000. *** ## Possible returns * edges [\[Customer​Segment​Member​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerSegmentMemberEdge) non-null A list of edges. * page​Info [Page​Info!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PageInfo) non-null An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. * statistics [Segment​Statistics!](https://shopify.dev/docs/api/admin-graphql/latest/objects/SegmentStatistics) non-null The statistics for a given segment. * total​Count [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) non-null The total number of members in a given segment. *** ## Map ### Queries with this connection * \[customer​Segment​Members](https://shopify.dev/docs/api/admin-graphql/latest/connections/customerSegmentMembers) ### Possible returns * <->[Customer​Segment​Member​Connection.edges](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerSegmentMemberConnection#returns-edges) * <->[Customer​Segment​Member​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerSegmentMemberConnection#returns-pageInfo) * <->[Customer​Segment​Member​Connection.statistics](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerSegmentMemberConnection#returns-statistics) * <->[Customer​Segment​Member​Connection.totalCount](https://shopify.dev/docs/api/admin-graphql/latest/scalars/CustomerSegmentMemberConnection#returns-totalCount)