MutationCreateAgendaCategoryInput
Input for creating an agenda category.
input MutationCreateAgendaCategoryInput {
description: String
eventId: ID!
name: String!
}
Fields
MutationCreateAgendaCategoryInput.description ● String scalar
Description of the agenda category.
MutationCreateAgendaCategoryInput.eventId ● ID! non-null scalar
Global identifier of the event the agenda category is associated to.
MutationCreateAgendaCategoryInput.name ● String! non-null scalar
Name of the agenda category.
Member Of
createAgendaCategory mutation