CreateRegistrationToExhibitionBookingMeetingPreferencesInput
Defines the input to create meeting preferences from a registration to exhibition bookings.
input CreateRegistrationToExhibitionBookingMeetingPreferencesInput {
eventId: ID!
fromRegistrationId: ID!
toExhibitionBookingIds: [ID!]!
type: MeetingPreferenceType!
}
Fields
CreateRegistrationToExhibitionBookingMeetingPreferencesInput.eventId
● ID!
non-null scalar
The ID of the event to create the meeting preferences in.
CreateRegistrationToExhibitionBookingMeetingPreferencesInput.fromRegistrationId
● ID!
non-null scalar
The ID of the registration from which the meeting preferences originate.
CreateRegistrationToExhibitionBookingMeetingPreferencesInput.toExhibitionBookingIds
● [ID!]!
non-null scalar
The IDs of the exhibition bookings which the meeting preferences target.
CreateRegistrationToExhibitionBookingMeetingPreferencesInput.type
● MeetingPreferenceType!
non-null enum
The type of the meeting preferences.
Member Of
createRegistrationToExhibitionBookingMeetingPreferences
mutation