customerUnificationClusterByAdvisorId
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.
This page contains
Arguments
| pairId ID | Pair identifier from the review queue used as the cluster entry point.
Exactly one of |
| partyId ID | Party identifier used as the cluster entry point; membership is derived from recorded merge
decisions. Exactly one of |
| advisorId ID! | Advisor scope; must match the entry point and every cluster member. |
Return Fields
| CustomerUnificationClusterConnection! PREVIEW | Async wrapper for the N-record cluster lookup; status mirrors review queue / pair detail patterns. |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.