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.
DeleteExhibitionBookingMeetingPreferencesInput.exhibitionBookingId
● ID!
non-null scalar
The ID of the exhibition booking the meeting preferences are associated with.
DeleteExhibitionBookingMeetingPreferencesInput.ids
● [ID!]!
non-null scalar
The IDs of the meeting preferences to delete.
DeleteExhibitionBookingMeetingPreferencesInput.type
● MeetingPreferenceType!
non-null enum
The type of the meeting preferences to mark as excluded.