Skip to content

updateChargeBack

Update ChargeBack

Arguments

input · updateChargeBackInput · Parameters for updateChargeBack

Returns

updateChargeBackPayload

Example

mutation updateChargeBack($input: updateChargeBackInput) {
updateChargeBack(input: $input) {
charge_back
messages
}
}