Preview

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

CustomerUnificationHasPendingReviewConnection

Async wrapper for the pending-review presence check.

This page contains

    Fields

    status: CustomerUnificationQueryStatus! PREVIEW

    Whether the warehouse query finished.

    hasPendingReview: Boolean

    True when the advisor's suggested merges queue is non-empty; null when PROCESSING.

    Queries for CustomerUnificationHasPendingReviewConnection

    customerUnificationHasPendingReviewByAdvisorId PREVIEW

    Fast presence check: is there at least one high-confidence suggested merge for this advisor? Reads the same source and confidence floor as customerUnificationReviewQueueByAdvisorId, so it is true exactly when that queue is non-empty and never advertises work the queue filters out.