customerUnifiedLocationListByAdvisorId
Cursor-paginated list of unified customer locations for the advisor. first is capped at 100 server-side. Locations are deduped across merged source parties at the warehouse layer; the API just projects the gold rows.
This page contains
Arguments
| advisorId ID! | Advisor (tenant) whose locations are listed. |
| filter CustomerUnifiedLocationFilterInput PREVIEW | Filter criteria (canonical party scope). |
| first Int | Maximum number of rows to return. |
| after String | Opaque cursor; return rows after this cursor position. |
Return Fields
| CustomerUnifiedLocationPage! PREVIEW | Cursor-paginated list of unified customer locations. |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.