Skip to main content

ActionItemCategory

No description

type ActionItemCategory {
actionItems: [ActionItem!]
createdAt: DateTime
creator: User
description: String
id: ID
isDisabled: Boolean
name: String
organization: Organization
updatedAt: DateTime
updater: User
}

Fields

ActionItemCategory.actionItems ● [ActionItem!] list object

Action items that belong to this category.

ActionItemCategory.createdAt ● DateTime scalar

Timestamp when the action item category was created.

ActionItemCategory.creator ● User object

User who created the action item category.

ActionItemCategory.description ● String scalar

The description of the action item category.

ActionItemCategory.id ● ID scalar

Unique identifier for the action item category.

ActionItemCategory.isDisabled ● Boolean scalar

Indicates whether the action item category is disabled.

ActionItemCategory.name ● String scalar

The name of the action item category.

ActionItemCategory.organization ● Organization object

Organization which the action item category belongs to.

ActionItemCategory.updatedAt ● DateTime scalar

Timestamp when the action item category was last updated.

ActionItemCategory.updater ● User object

User who last updated the action item category.

Returned By

actionCategoriesByOrganization query ● actionItemCategory query ● categoriesByIds query ● createActionItemCategory mutation ● deleteActionItemCategory mutation ● updateActionItemCategory mutation

Member Of

ActionItem object ● OrganizationActionItemCategoriesConnectionEdge object