MutationUpdateAgendaFolderInput
Input type for updating an agenda folder.
input MutationUpdateAgendaFolderInput {
description: String
id: ID!
name: String
sequence: Int
}
Fields
MutationUpdateAgendaFolderInput.description ● String scalar
Description of the agenda folder.
MutationUpdateAgendaFolderInput.id ● ID! non-null scalar
Global identifier of the agenda folder.
MutationUpdateAgendaFolderInput.name ● String scalar
Name of the agenda folder.
MutationUpdateAgendaFolderInput.sequence ● Int scalar
Sequence number of folder
Member Of
updateAgendaFolder mutation