Skip to main content

MutationUpdateAgendaCategoryInput

Input for updating an agenda category.

input MutationUpdateAgendaCategoryInput {
description: String
id: ID!
name: String
}

Fields

MutationUpdateAgendaCategoryInput.description ● String scalar

Description of the agenda category.

MutationUpdateAgendaCategoryInput.id ● ID! non-null scalar

Global identifier of the agenda category.

MutationUpdateAgendaCategoryInput.name ● String scalar

Name of the agenda category.

Member Of

updateAgendaCategory mutation