Skip to main content

InsurancePlanCreate

Create a new InsurancePlan resource.

Mutation

mutation InsurancePlanCreate($input: InsurancePlanCreateInput!) {
InsurancePlanCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created InsurancePlan resource.