updateClientInsurance: Insurance
This mutation is used to update insurance information for an existing client. This includes insurance name and number. **Returns:** Returns the new client details for the updated client.
clientId: UUID!
Client identification number.
insurance: InsuranceInput
Insurance information for updated client.
