Skip to main content

DeleteAgendaItemAttendanceInput

Defines the input for deleting an agenda item attendance in an event.

input DeleteAgendaItemAttendanceInput {
agendaItemId: ID!
contactId: ID!
eventId: ID!
}

Fields

DeleteAgendaItemAttendanceInput.agendaItemId ● ID! non-null scalar

The identifier of the activity/break or session the agenda item attendance is associated with.

DeleteAgendaItemAttendanceInput.contactId ● ID! non-null scalar

The identifier of the contact the agenda item attendance is associated with.

DeleteAgendaItemAttendanceInput.eventId ● ID! non-null scalar

The identifier of the event the agenda item attendance is associated with.

Member Of

deleteAgendaItemAttendance mutation