ReorderExhibitionBookingMeetingPreferencesInput
Defines the input to reorder meeting preferences from an exhibition booking.
input ReorderExhibitionBookingMeetingPreferencesInput {
eventId: ID!
exhibitionBookingId: ID!
ids: [ID!]!
type: MeetingPreferenceType!
}
Fields
ReorderExhibitionBookingMeetingPreferencesInput.eventId
● ID!
non-null scalar
The ID of the event the meeting preferences are associated with.
ReorderExhibitionBookingMeetingPreferencesInput.exhibitionBookingId
● ID!
non-null scalar
The ID of the exhibition booking from which the meeting preference originates.
ReorderExhibitionBookingMeetingPreferencesInput.ids
● [ID!]!
non-null scalar
A list of meeting preference identifiers in the order they should be stored.
ReorderExhibitionBookingMeetingPreferencesInput.type
● MeetingPreferenceType!
non-null enum
The type of the meeting preference.