ActionItem
No description
type ActionItem {
assignedAt: DateTime
category: ActionItemCategory
completionAt: DateTime
createdAt: DateTime
creator: User
event: Event
id: ID
isCompleted: Boolean
isInstanceException: Boolean
isTemplate: Boolean
organization: Organization
postCompletionNotes: String
preCompletionNotes: String
recurringEventInstance: Event
updater: User
volunteer: EventVolunteer
volunteerGroup: EventVolunteerGroup
}
Fields
ActionItem.assignedAt ● DateTime scalar
Timestamp when the action item was assigned.
ActionItem.category ● ActionItemCategory object
The category this action item belongs to.
ActionItem.completionAt ● DateTime scalar
Timestamp when the action item was completed.
ActionItem.createdAt ● DateTime scalar
Date time at the time the action item was created.
ActionItem.creator ● User object
User who created the action item.
ActionItem.event ● Event object
Fetch the event associated with this action item, including attachments if available.
ActionItem.id ● ID scalar
Unique identifier for the action item.
ActionItem.isCompleted ● Boolean scalar
Indicates whether the action item is completed.
ActionItem.isInstanceException ● Boolean scalar
Indicates whether this action item is currently showing instance-specific exception data.
ActionItem.isTemplate ● Boolean scalar
Indicates whether the action item is a template for recurring events.
ActionItem.organization ● Organization object
The organization the action item belongs to.
ActionItem.postCompletionNotes ● String scalar
Notes added after completing the action item.
ActionItem.preCompletionNotes ● String scalar
Notes added before completing the action item.
ActionItem.recurringEventInstance ● Event object
The recurring event instance associated with this action item.
ActionItem.updater ● User object
User who last updated the action item.
ActionItem.volunteer ● EventVolunteer object
The volunteer assigned to this action item.
ActionItem.volunteerGroup ● EventVolunteerGroup object
The volunteer group assigned to this action item.
Returned By
actionItemsByOrganization query ● actionItemsByVolunteer query ● actionItemsByVolunteerGroup query ● completeActionItemForInstance mutation ● createActionItem mutation ● deleteActionItem mutation ● deleteActionItemForInstance mutation ● markActionItemAsPending mutation ● markActionItemAsPendingForInstance mutation ● updateActionItem mutation ● updateActionItemForInstance mutation
Member Of
ActionItemCategory object ● EventActionItemsConnectionEdge object