CustomerUnificationDecisionConflictError
A merge or reject decision already exists for this pair; unmerge first to record a new decision.
This page contains
Fields
| message: String! | Human-readable description of the conflict. |
| path: [String!]! | GraphQL path segments for the field that caused the error (often empty for root mutations). |
| existingDecision: CustomerUnificationDecision PREVIEW | The previously recorded decision that blocks this operation. |