CustomerUnifiedListPage
Cursor-paginated unified customer directory for an advisor (no total count).
This page contains
Fields
| content: [CustomerUnifiedListItem!]! PREVIEW | Customer rows for this page. |
| size: Int! | Requested page size. |
| hasNextPage: Boolean! | Whether more rows exist after the last item. |
| endCursor: String | Opaque cursor of the last item; pass as after on the next request. |
Parent objects of CustomerUnifiedListPage
| CustomerUnifiedListConnection PREVIEW | Async wrapper for the unified customer directory warehouse query. |
Queries for CustomerUnifiedListPage
| customerUnifiedListByAdvisorId PREVIEW | Cursor-paged list of unified customers for the advisor (searchable and sortable). |
| customerUnifiedListByMarketplaceTenant PREVIEW | Cursor-paged list of unified customers in a marketplace tenant. Returned rows span every advisor
in the marketplace (the warehouse |