AgendaItem
No description
type AgendaItem {
attachments: [AgendaItemAttachment!]
category: AgendaCategory
createdAt: DateTime
creator: User
description: String
duration: String
event: Event
folder: AgendaFolder
id: ID!
key: String
name: String
notes: String
sequence: Int
type: AgendaItemType
updatedAt: DateTime
updater: User
url: [AgendaItemUrl!]
}
Fields
AgendaItem.attachments ● [AgendaItemAttachment!] list object
Attachments for the agenda item
AgendaItem.category ● AgendaCategory object
Agenda category
AgendaItem.createdAt ● DateTime scalar
Date time when the agenda item was created.
AgendaItem.creator ● User object
User who created the agenda item.
AgendaItem.description ● String scalar
Custom information about the agenda item.
AgendaItem.duration ● String scalar
Duration of the agenda item.
AgendaItem.event ● Event object
Event for which the agenda item constituting a part of the agenda.
AgendaItem.folder ● AgendaFolder object
Agenda folder within which the agenda item in contained.
AgendaItem.id ● ID! non-null scalar
Global identifier of the agenda item.
AgendaItem.key ● String scalar
Key of the agenda item if it's of a "song" type. More information at this link.
AgendaItem.name ● String scalar
Name of the agenda item.
AgendaItem.notes ● String scalar
Notes for the agenda item.
AgendaItem.sequence ● Int scalar
Sequence order of the agenda item.
AgendaItem.type ● AgendaItemType enum
Type of the agenda item.
AgendaItem.updatedAt ● DateTime scalar
Date time at the time the agenda item was last updated.
AgendaItem.updater ● User object
User who last updated the agenda item.
AgendaItem.url ● [AgendaItemUrl!] list object
URLs associated with the agenda item
Returned By
createAgendaItem mutation ● deleteAgendaItem mutation ● updateAgendaItem mutation ● updateAgendaItemSequence mutation