Skip to main content

MutationUpdateAgendaFolderInput

input MutationUpdateAgendaFolderInput {
id: ID!
name: String
parentFolderId: ID
}

Fields

MutationUpdateAgendaFolderInput.id ● ID! non-null scalar

Global identifier of the agenda folder.

MutationUpdateAgendaFolderInput.name ● String scalar

Name of the agenda folder.

MutationUpdateAgendaFolderInput.parentFolderId ● ID scalar

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

Member Of

updateAgendaFolder mutation