Skip to main content

MutationCreateActionItemCategoryInput

Input for creating a new action item category.

input MutationCreateActionItemCategoryInput {
description: String
isDisabled: Boolean!
name: String!
organizationId: ID!
}

Fields

MutationCreateActionItemCategoryInput.description ● String scalar

Description of the action item category.

MutationCreateActionItemCategoryInput.isDisabled ● Boolean! non-null scalar

Whether the category is disabled.

MutationCreateActionItemCategoryInput.name ● String! non-null scalar

Name of the action item category.

MutationCreateActionItemCategoryInput.organizationId ● ID! non-null scalar

ID of the organization this category belongs to.

Member Of

createActionItemCategory mutation