InsurancePlanUpdate
Update an existing InsurancePlan resource.
Mutation
mutation InsurancePlanUpdate($id: ID!, $input: InsurancePlanUpdateInput!) {
InsurancePlanUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See InsurancePlanUpdateInput for input fields.
Return Type
Returns the updated InsurancePlan resource.