Preview

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

customerUnificationClusterByAdvisorId

N-record cluster reachable from an entry point via transitive matches in the review queue or via recorded merge decisions. Returns the cluster anchor (primary), every other duplicate member, and any pair-level decisions already present in the cluster so the UI can render read-only state when applicable. When the warehouse read is in flight, status is PROCESSING and cluster is null; poll until READY. Entering by partyId returns a null cluster with status READY when the party has no merge decisions, so callers can fall back to a single-record view.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_RESELLER

    ROLE_CHANNEL_ADMIN

    Arguments

    pairId ID

    Pair identifier from the review queue used as the cluster entry point. Exactly one of pairId or partyId must be supplied.

    partyId ID

    Party identifier used as the cluster entry point; membership is derived from recorded merge decisions. Exactly one of pairId or partyId must be supplied.

    advisorId ID!

    Advisor scope; must match the entry point and every cluster member.

    Return Fields

    CustomerUnificationClusterConnection! PREVIEW

    Async wrapper for the N-record cluster lookup; status mirrors review queue / pair detail patterns.

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.