MutationCreateAgendaFolderInput
Input type for creating a new agenda folder.
input MutationCreateAgendaFolderInput {
description: String
eventId: ID!
name: String!
organizationId: ID!
sequence: Int
}
Fields
MutationCreateAgendaFolderInput.description ● String scalar
Description of Agenda Folder
MutationCreateAgendaFolderInput.eventId ● ID! non-null scalar
Global identifier of the event the agenda folder is associated to.
MutationCreateAgendaFolderInput.name ● String! non-null scalar
Name of the agenda folder.
MutationCreateAgendaFolderInput.organizationId ● ID! non-null scalar
ID of the organization this folder belongs to.
MutationCreateAgendaFolderInput.sequence ● Int scalar
Sequence of the Agenda Folder.
Member Of
createAgendaFolder mutation