ReorderExhibitionBookingMeetingPreferencesPayload
Payload when reordering meeting preferences from an exhibition booking.
type ReorderExhibitionBookingMeetingPreferencesPayload {
ids: [ID!]!
success: Boolean!
}
Fields
ReorderExhibitionBookingMeetingPreferencesPayload.ids
● [ID!]!
non-null scalar
The reordered meeting preference IDs.
ReorderExhibitionBookingMeetingPreferencesPayload.success
● Boolean!
non-null scalar
A flag indicating whether the meeting preferences were reordered successfully.