Skip to main content

MutationCreateAgendaItemInput

input MutationCreateAgendaItemInput {
description: String
duration: String
folderId: ID!
key: String
name: String!
type: AgendaItemType!
}

Fields

MutationCreateAgendaItemInput.description ● String scalar

Custom information about the agenda item.

MutationCreateAgendaItemInput.duration ● String scalar

Duration of the agenda item.

MutationCreateAgendaItemInput.folderId ● ID! non-null scalar

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

MutationCreateAgendaItemInput.key ● String scalar

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

MutationCreateAgendaItemInput.name ● String! non-null scalar

Name of the agenda item.

MutationCreateAgendaItemInput.type ● AgendaItemType! non-null enum

Type of the agenda item.

Member Of

createAgendaItem mutation