customer Segment Members
The list of members, such as customers, that's associated with an individual segment. The maximum page size is 1000.
CustomerSegmentMemberConnection arguments
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
n
elements from the paginated list.- Anchor to lastlast•Int
The last
n
elements from the paginated list.- Anchor to queryquery•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
with this syntax.
- Anchor to queryIdquery•ID
Id The ID of the segment members query.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the list. The sorting behaviour defaults to ascending order.
- Anchor to segmentIdsegment•ID
Id The ID of the segment.
- Anchor to sortKeysort•String
Key Sort the list by a given key.
- Anchor to timezonetimezone•String
The timezone that's used to interpret relative date arguments. The timezone defaults to UTC if the timezone isn't provided.
Anchor to Possible returnsPossible returns
- Anchor to edgesedges•[Customer
Segment Member Edge!]!non-null A list of edges.
- Anchor to pageInfopage•Page
Info Info!non-null An object that’s used to retrieve cursor information about the current page.
- Anchor to statisticsstatistics•Segment
Statistics!non-null The statistics for a given segment.
- Anchor to totalCounttotal•Int!non-null
Count The total number of members in a given segment.