Preview

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

CustomerUnificationMarkClusterNotDuplicateInput

Input to apply NOT_DUPLICATE across every pair (i, j) of the cluster's party identifiers.

This page contains

    Fields

    advisorId ID!

    Advisor (tenant) scope; must match every pair touched by the fan-out.

    partyIds [ID!]!

    Cluster party identifiers; the server fans out to every distinct (i, j) combination.

    notes String

    Optional shared note stored on each successfully recorded decision.

    Mutations for CustomerUnificationMarkClusterNotDuplicateInput

    customerUnificationMarkClusterNotDuplicate PREVIEW

    Record a NOT_DUPLICATE outcome for every pair (i, j) of the supplied party identifiers, idempotently. Pairs whose latest decision is already a terminal REJECT are counted as succeeded without persisting a duplicate row. Per-pair failures (missing pair, prior MERGE conflict) are isolated; the invariant succeeded + failed = number of distinct party-id pairs holds when the request is accepted.