Preview

CustomerUnifiedListPage is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

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 marketplace_tenant column on gold.party drives the filter). Authorized for ROLE_CHANNEL_ADMIN only — the marketplace-manager (channel) persona. The marketplaceTenant argument MUST match the caller's JWT tenant claim.