CREATE_ACTION_ITEM_CATEGORY_MUTATION
Variable: CREATE_ACTION_ITEM_CATEGORY_MUTATION
const
CREATE_ACTION_ITEM_CATEGORY_MUTATION:DocumentNode
Defined in: src/GraphQl/Mutations/ActionItemCategoryMutations.ts:11
GraphQL mutation to create an action item category.
Param
MutationCreateActionItemCategoryInput containing:
- name: String! - Name of the action item category
- isDisabled: Boolean - Whether the category is disabled (optional, defaults to false)
- organizationId: ID! - ID of the organization this category belongs to