Skip to main content

MutationUpdateAgendaItemInput

input MutationUpdateAgendaItemInput {
description: String
duration: String
folderId: ID
id: ID!
key: String
name: String
}

Fields

MutationUpdateAgendaItemInput.description ● String scalar

Custom information about the agenda item.

MutationUpdateAgendaItemInput.duration ● String scalar

Duration of the agenda item.

MutationUpdateAgendaItemInput.folderId ● ID scalar

Global identifier of the associated agenda folder.

MutationUpdateAgendaItemInput.id ● ID! non-null scalar

Global identifier of the agenda item.

MutationUpdateAgendaItemInput.key ● String scalar

Key of the agenda item if it's of a "song" type. More information at this link.

MutationUpdateAgendaItemInput.name ● String scalar

Name of the agenda item.

Member Of

updateAgendaItem mutation