Skip to content

createInsurancePlan

Create Insurance Plan

Arguments

input · createInsurancePlanInput · Parameters for createInsurancePlan

Returns

createInsurancePlanPayload

Example

mutation createInsurancePlan($input: createInsurancePlanInput) {
createInsurancePlan(input: $input) {
insurance_plan
messages
}
}