Skip to main content

MutationCreateAgendaFolderInput

input MutationCreateAgendaFolderInput {
eventId: ID!
isAgendaItemFolder: Boolean!
name: String!
parentFolderId: ID
}

Fields

MutationCreateAgendaFolderInput.eventId ● ID! non-null scalar

Global identifier of the event the agenda folder is associated to.

MutationCreateAgendaFolderInput.isAgendaItemFolder ● Boolean! non-null scalar

Boolean to tell if the agenda folder is meant to be a folder for agenda items or a parent folder for other agenda folders.

MutationCreateAgendaFolderInput.name ● String! non-null scalar

Name of the agenda folder.

MutationCreateAgendaFolderInput.parentFolderId ● ID scalar

Global identifier of the agenda folder the agenda folder is contained within.

Member Of

createAgendaFolder mutation