customerUnifiedListByAdvisorId
Cursor-paged list of unified customers for the advisor (searchable and sortable).
This page contains
Arguments
| advisorId ID! | Advisor (tenant) whose customers are listed. |
| first Int | Maximum rows to return. |
| after String | Opaque cursor from a previous response; omit for the first page. |
| sort String | Sort specification, e.g. name,asc. Default: name,asc. Unrecognized field names fall back to name,asc silently (same behavior as review queue sort). |
| sourceSystem String | Filter rows whose categories list contains the given source system. After the unified-customer-mapping merge graph landed, this matches if any party absorbed by the canonical (or the canonical itself) reports this source system — not only the canonical row's source system. |
| entityType String | Case-insensitive filter: customer entity type must match. |
| search String | Substring search on name, email, source system, or source id. |
Return Fields
| CustomerUnifiedListConnection! PREVIEW | Async wrapper for the unified customer directory warehouse query. |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.