Skip to content

updateManualInsurancePayment

Update a manual insurance payment

Arguments

input · updateManualInsurancePaymentInput · Parameters for updateManualInsurancePayment

Returns

updateManualInsurancePaymentPayload

Example

mutation updateManualInsurancePayment(
$input: updateManualInsurancePaymentInput
) {
updateManualInsurancePayment(input: $input) {
insurance_payment
messages
}
}