orderUnifiedListProvidersByAdvisorId
Distinct provider display names with at least one order in the advisor scope, sorted ascending
case-insensitively. Populates the Orders Provider filter dropdown; each returned name is the
exact value to send back in OrderUnifiedFilterInput.providerNames. Casing and whitespace
variants of the same provider collapse into a single option. Returns an empty list when the
advisor has no orders carrying a provider.
This page contains
Arguments
| advisorId ID! | Advisor (tenant) whose order providers are returned. |
| canonicalPartyId ID | Optional canonical party; when set the facet covers only orders linked to that unified customer, so every option returns at least one row on the customer detail Orders tab. Null covers the whole advisor scope. |
Return Fields
| [String!]! PREVIEW |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.