Preview

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

customerUnificationReviewQueueByAdvisorId

Cursor-paged list of candidate duplicate pairs awaiting clerical review for an advisor. Sorting and filters apply to the result; unrecognized sort fields fall back to service defaults.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_RESELLER

    ROLE_CHANNEL_ADMIN

    Arguments

    advisorId ID!

    Advisor (tenant) whose queue is queried.

    first Int

    Maximum rows to return.

    after String

    Opaque cursor from a previous response; omit for the first page.

    sort String

    Sort specification: comma-separated field and direction, e.g. matchProbability,desc or matchWeight,asc. Typical fields include matchProbability, matchWeight, leftName, and rightName; other names may fall back to the default sort.

    minProbability Float

    When set, only pairs with match probability at or above this threshold.

    sourceSystem String

    Case-insensitive filter: either side's source system must match.

    entityType String

    Case-insensitive filter: either side's entity type must match.

    search String

    Case-insensitive substring match across display names and source identifiers for both parties.

    Return Fields

    CustomerUnificationReviewQueueConnection! PREVIEW

    Cursor-paginated connection of pending merge clusters for an advisor.

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.