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