customerUnificationSubmitBulkDecisionByAdvisorId
Apply the same decision outcome to many pairs in one request; partial success is expressed via counters and conflicts.
This page contains
Arguments
| input CustomerUnificationSubmitBulkDecisionInput! PREVIEW |
CustomerUnificationSubmitBulkDecisionInput fields
| pairIds [ID!]! | Pair IDs to process; duplicates and unknown IDs affect counters and conflicts. |
| advisorId ID! | Advisor scope for all pairs in the request. |
| decision CustomerUnificationDecisionType! PREVIEW | Single outcome applied to each eligible pair. |
| notes String | Optional shared note stored on each successfully recorded decision. |
Return Fields
| processed Int! | Number of pair IDs supplied in the request. |
| succeeded Int! | Pairs where the decision was recorded. |
| notFound Int! | Pairs with no matching queue row for the advisor scope. |
| skipped Int! | Pairs skipped because a conflicting prior decision exists. |
| conflicts [CustomerUnificationBulkDecisionConflict!]! PREVIEW | Per-pair details for skipped rows (existing decision summary). |
| userErrors [CustomerUnificationSubmitBulkDecisionError!] PREVIEW | Whole-call validation errors (e.g. invalid input shape); empty or null when the batch ran. |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.