CustomerUnificationReviewQueueConnection
Cursor-paginated connection of pending merge clusters for an advisor.
This page contains
Fields
| status: CustomerUnificationQueryStatus! PREVIEW | Whether the result is ready or still being computed. |
| content: [CustomerUnificationReviewQueueItem!]! PREVIEW | Cluster rows for this page (one per connected component). Empty when status is PROCESSING. |
| size: Int! | Requested page size. |
| hasNextPage: Boolean! | Whether more rows exist after the last item. |
| endCursor: String | Opaque cursor of the last item; pass as after on the next request. |
Queries for CustomerUnificationReviewQueueConnection
| customerUnificationReviewQueueByAdvisorId PREVIEW | 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. |