CreateExhibitionBookingToRegistrationMeetingPreferencesInput
Defines the input to create meeting preferences from an exhibition booking to registrations.
input CreateExhibitionBookingToRegistrationMeetingPreferencesInput {
eventId: ID!
fromExhibitionBookingId: ID!
toRegistrationIds: [ID!]!
type: MeetingPreferenceType!
}
Fields
CreateExhibitionBookingToRegistrationMeetingPreferencesInput.eventId
● ID!
non-null scalar
The ID of the event to create the meeting preferences in.
CreateExhibitionBookingToRegistrationMeetingPreferencesInput.fromExhibitionBookingId
● ID!
non-null scalar
The ID of the exhibition booking from which the meeting preferences originate.
CreateExhibitionBookingToRegistrationMeetingPreferencesInput.toRegistrationIds
● [ID!]!
non-null scalar
The IDs of the registrations which the meeting preferences target.
CreateExhibitionBookingToRegistrationMeetingPreferencesInput.type
● MeetingPreferenceType!
non-null enum
The type of the meeting preferences.
Member Of
createExhibitionBookingToRegistrationMeetingPreferences
mutation