sendLossObjectionForChangeOfSupplier
Send an objection to an ongoing change of supplier process in order to try and cancel it.
Arguments
Input fields for sending loss objection for change of supplier.
Returns
SendLossObjectionForChangeOfSupplierSend an objection to an ongoing change of supplier process in order to try and cancel it.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation SendLossObjectionForChangeOfSupplier($input: SendLossObjectionForChangeOfSupplierInput!) {
sendLossObjectionForChangeOfSupplier(input: $input) {
success
}
}
Variables
{
"input": SendLossObjectionForChangeOfSupplierInput
}
Response
{
"data": {
"sendLossObjectionForChangeOfSupplier": {
"success": true
}
}
}