Preview

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

AdvisorLeaderboard

Leaderboard payload returned by advisorLeaderboard.

This page contains

    Fields

    topAdvisors: [LeaderboardAdvisor!]! PREVIEW

    Current page of ranked advisors (default 10, max 50). May include current user.

    currentUser: LeaderboardAdvisor PREVIEW

    Authenticated advisor row, or null when they have no qualifying YTD bookings.

    advisorsBetweenCount: Int!

    Advisors ranked strictly between the last topAdvisors entry and currentUser. 0 if currentUser is on the page or null.

    advisorsBelowCount: Int!

    Advisors ranked after currentUser (or after this page when currentUser is on the page / absent).

    totalCount: Int!

    Total ranked advisors after aggregation (not the page size).

    pageInfo: LeaderboardPageInfo! PREVIEW

    Queries for AdvisorLeaderboard

    advisorLeaderboard PREVIEW

    YTD MRGMV leaderboard for Catalog advisors. Default category is ALL_CATEGORIES (total revenue across all categories). Category filter is optional drill-down only. Ranking is server-side; current user row is identified from the session token. Pagination (first/after) slices the ranked list in Java and never enters Domo SQL.