Skip to main content

InsurancePlanUpdate

Update an existing InsurancePlan resource.

Mutation

mutation InsurancePlanUpdate($id: ID!, $input: InsurancePlanUpdateInput!) {
InsurancePlanUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated InsurancePlan resource.