customerUnificationMergeHistoryByCustomerId
Paged merged-source history for a single canonical customer. Returns one row per currently absorbed source customer (deduped party_source_lineage grain) with merge metadata and data-moved counts.
This page contains
Arguments
| customerId ID! | Canonical customer (party) id whose merged history is returned. |
| advisorId ID! | Advisor (tenant) scope; must match stored xref rows. |
| page Int | Zero-based page index. |
| size Int | Page size; clamped to [1, 100]. |
| sort String | Sort specification: customerName,asc|desc or mergedOn,asc|desc. Default mergedOn,desc. Unrecognized field names fall back to mergedOn,desc. |
Return Fields
| CustomerUnificationMergedHistoryPage! PREVIEW | Paged merged-source history for a canonical customer. |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.