customerSegmentMembers
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•
The elements that come after the specified cursor.
- Anchor to beforebefore•
The elements that come before the specified cursor.
- Anchor to firstfirst•
The first
n
elements from the paginated list.- Anchor to lastlast•
The last
n
elements from the paginated list.- Anchor to queryquery•
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 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 The ID of the segment.
- Anchor to sortKeysort•
Key Sort the list by a given key.
- Anchor to timezonetimezone•
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 non-nullMember Edge!]! A list of edges.
- Anchor to pageInfopage•
Info PageInfo! 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•
Count Int!non-null The total number of members in a given segment.