InsurancePlanCreate
Create a new InsurancePlan resource.
Mutation
mutation InsurancePlanCreate($input: InsurancePlanCreateInput!) {
InsurancePlanCreate(input: $input) {
id
}
}
Input
input: See InsurancePlanCreateInput for input fields.
Return Type
Returns the created InsurancePlan resource.