DeleteExhibitionBookingMeetingPreferencesInput
Defines the input to delete meeting preferences from an exhibition booking.
input DeleteExhibitionBookingMeetingPreferencesInput {
eventId: ID!
exhibitionBookingId: ID!
ids: [ID!]!
type: MeetingPreferenceType!
}
Fields
DeleteExhibitionBookingMeetingPreferencesInput.eventId
● ID!
non-null scalar
The ID of the event the meeting preferences are associated with.