DeleteInformationEventAgendaItemInput
Defines the input for deleting an information event agenda item.
input DeleteInformationEventAgendaItemInput {
eventId: ID!
informationId: ID!
}
Fields
DeleteInformationEventAgendaItemInput.eventId
● ID!
non-null scalar
The identifier of the event the information is associated with.
DeleteInformationEventAgendaItemInput.informationId
● ID!
non-null scalar
The identifier of the information.
Member Of
deleteInformationEventAgendaItem
mutation