CustomerUnificationCluster
Cluster of duplicate party records reachable from an entry-point pair. The size field is always 1 + the number of members; the primary record is the cluster anchor surfaced first.
This page contains
Fields
| size: Int! | Cluster size, including the primary record (1 + members.length). |
| primary: CustomerUnificationPartyDetail! PREVIEW | Anchor record returned first; clients may further re-rank by data completeness. |
| members: [CustomerUnificationPartyDetail!]! PREVIEW | All non-primary cluster members. |
| existingDecisions: [CustomerUnificationDecision!]! PREVIEW | Pair-level decisions present anywhere in the cluster. |
| impactCounts: [CustomerUnificationPartyImpact!]! PREVIEW | Per-member merge-impact counts (orders, quotes, locations) for records moving to the primary. |
Parent objects of CustomerUnificationCluster
| CustomerUnificationClusterConnection PREVIEW | Async wrapper for the N-record cluster lookup; status mirrors review queue / pair detail patterns. |
Queries for CustomerUnificationCluster
| customerUnificationClusterByAdvisorId PREVIEW | N-record cluster reachable from an entry-point pair via transitive matches in the review queue.
Returns the cluster anchor ( |