Skip to content

createInsurancePayment

Create a manual insurance payment

Arguments

input · createInsurancePaymentInput · Parameters for createInsurancePayment

Returns

createInsurancePaymentPayload

Example

mutation createInsurancePayment($input: createInsurancePaymentInput) {
createInsurancePayment(input: $input) {
insurance_payment
messages
}
}