# CustomerSegmentMemberConnection - admin-graphql - CONNECTION Version: 2024-10 ## Description The connection type for the `CustomerSegmentMembers` object. ### Access Scopes ## Fields * [edges](/docs/api/admin-graphql/2024-10/objects/CustomerSegmentMemberEdge): CustomerSegmentMemberEdge! - A list of edges. * [pageInfo](/docs/api/admin-graphql/2024-10/objects/PageInfo): PageInfo! - An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. * [statistics](/docs/api/admin-graphql/2024-10/objects/SegmentStatistics): SegmentStatistics! - The statistics for a given segment. * [totalCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The total number of members in a given segment. ## Connections ## Returns ## Fields with this connection ## Queries with this connection * [customerSegmentMembers](/docs/api/admin-graphql/2024-10/queries/customerSegmentMembers) ## Examples