Preview

AdvisorOption is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

AdvisorOption

Lightweight option for advisor pickers exposed to marketplace-manager UIs.

This page contains

    Fields

    id: ID!

    Canonical lowercase advisor UUID (same as party_xref.advisor_uuid).

    name: String!

    Display name for the advisor.

    Queries for AdvisorOption

    customerUnifiedListAdvisorsByMarketplaceTenant PREVIEW

    Distinct advisors with at least one customer in the given marketplace tenant. Sorted by lower(advisorName). Populates the marketplace-manager Customers Advisor filter dropdown.

    orderUnifiedListAdvisorsByMarketplaceTenant PREVIEW

    Distinct advisors with at least one order in the given marketplace tenant. Sorted by lower(advisorName). Populates the marketplace-manager Orders Advisor filter dropdown.

    quoteUnifiedListAdvisorsByMarketplaceTenant PREVIEW

    Distinct advisors with at least one quote in the given marketplace tenant. Sorted by lower(advisorName). Populates the marketplace-manager Quotes Advisor filter dropdown.