DeleteInformationEventAgendaItemPayload
Payload returned when deleting an information event agenda item.
type DeleteInformationEventAgendaItemPayload {
success: Boolean!
}
Fields
DeleteInformationEventAgendaItemPayload.success
● Boolean!
non-null scalar
A flag indicating whether the information event agenda item was deleted successfully.
Returned By
deleteInformationEventAgendaItem
mutation