CreateAgendaItemAttendanceInput
Defines the input for creating an agenda item attendance in an event.
Agenda item attendance can be recorded for an activity/break or a session.
input CreateAgendaItemAttendanceInput {
agendaItemId: ID!
contactId: ID!
eventId: ID!
}
Fields
CreateAgendaItemAttendanceInput.agendaItemId
● ID!
non-null scalar
The identifier of the activity/break or session the agenda item attendance is associated with.
CreateAgendaItemAttendanceInput.contactId
● ID!
non-null scalar
The identifier of the contact the agenda item attendance is associated with.
CreateAgendaItemAttendanceInput.eventId
● ID!
non-null scalar
The identifier of the event the agenda item attendance is associated with.
Member Of
createAgendaItemAttendance
mutation