DeleteHeadingEventAgendaItemInput
Defines the input for deleting a heading event agenda item.
input DeleteHeadingEventAgendaItemInput {
eventId: ID!
headingEventAgendaId: ID!
}
Fields
DeleteHeadingEventAgendaItemInput.eventId
● ID!
non-null scalar
The identifier of the event the heading event agenda is associated with.
DeleteHeadingEventAgendaItemInput.headingEventAgendaId
● ID!
non-null scalar
The identifier of the heading event agenda.
Member Of
deleteHeadingEventAgendaItem
mutation