Skip to main content

DeleteActivityBreakEventAgendaItemInput

Defines the input for deleting an activity/break event agenda item.

input DeleteActivityBreakEventAgendaItemInput {
activityBreakId: ID!
eventId: ID!
}

Fields

DeleteActivityBreakEventAgendaItemInput.activityBreakId ● ID! non-null scalar

The identifier of the activity/break.

DeleteActivityBreakEventAgendaItemInput.eventId ● ID! non-null scalar

The identifier of the event the activity/break is associated with.

Member Of

deleteActivityBreakEventAgendaItem mutation