Preview

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

CustomerUnificationClusterConnection

Async wrapper for the N-record cluster lookup; status mirrors review queue / pair detail patterns.

This page contains

    Fields

    status: CustomerUnificationQueryStatus! PREVIEW

    Whether the warehouse query finished.

    cluster: CustomerUnificationCluster PREVIEW

    Resolved cluster when status is READY; null while PROCESSING or when the entry pair is unknown.

    Queries for CustomerUnificationClusterConnection

    customerUnificationClusterByAdvisorId PREVIEW

    N-record cluster reachable from an entry point via transitive matches in the review queue or via recorded merge decisions. Returns the cluster anchor (primary), every other duplicate member, and any pair-level decisions already present in the cluster so the UI can render read-only state when applicable. When the warehouse read is in flight, status is PROCESSING and cluster is null; poll until READY. Entering by partyId returns a null cluster with status READY when the party has no merge decisions, so callers can fall back to a single-record view.