customerUnificationReviewQueueByAdvisorId
Cursor-paged list of candidate duplicate pairs awaiting clerical review for an advisor. Sorting and filters apply to the result; unrecognized sort fields fall back to service defaults.
This page contains
Arguments
| advisorId ID! | Advisor (tenant) whose queue is queried. |
| first Int | Maximum rows to return. |
| after String | Opaque cursor from a previous response; omit for the first page. |
| sort String | Sort specification: comma-separated field and direction, e.g. matchProbability,desc or matchWeight,asc. Typical fields include matchProbability, matchWeight, leftName, and rightName; other names may fall back to the default sort. |
| minProbability Float | When set, only pairs with match probability at or above this threshold. |
| sourceSystem String | Case-insensitive filter: either side's source system must match. |
| entityType String | Case-insensitive filter: either side's entity type must match. |
| search String | Case-insensitive substring match across display names and source identifiers for both parties. |
Return Fields
| CustomerUnificationReviewQueueConnection! PREVIEW | Cursor-paginated connection of pending merge clusters for an advisor. |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.