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

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.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_RESELLER

    Arguments

    category LeaderboardCategory PREVIEW

    Product category. Omit or pass ALL_CATEGORIES for total YTD MRGMV.

    first Int

    Page size. Defaults to 10. Maximum 50.

    after String

    Opaque cursor from pageInfo.endCursor. Do not pass identity or SQL.

    Return Fields

    AdvisorLeaderboard! PREVIEW

    Leaderboard payload returned by advisorLeaderboard.

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.