Skip to main content

PlanDefinitionCreate

Create a new PlanDefinition resource.

Mutation

mutation PlanDefinitionCreate($input: PlanDefinitionCreateInput!) {
PlanDefinitionCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created PlanDefinition resource.