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.