Skip to main content

MutationUpdateActionItemCategoryInput

Input for updating an action item category.

input MutationUpdateActionItemCategoryInput {
description: String
id: ID!
isDisabled: Boolean
name: String
}

Fields

MutationUpdateActionItemCategoryInput.description ● String scalar

New description of the action item category.

MutationUpdateActionItemCategoryInput.id ● ID! non-null scalar

ID of the action item category to update.

MutationUpdateActionItemCategoryInput.isDisabled ● Boolean scalar

Whether the category should be disabled.

MutationUpdateActionItemCategoryInput.name ● String scalar

New name of the action item category.

Member Of

updateActionItemCategory mutation