Skip to main content

CreateExhibitionBookingToRegistrationExcludedMeetingPreferencesInput

Defines the input to create excluded meeting preferences from an exhibition booking to registrations.

input CreateExhibitionBookingToRegistrationExcludedMeetingPreferencesInput {
eventId: ID!
fromExhibitionBookingId: ID!
toRegistrationIds: [ID!]!
}

Fields​

CreateExhibitionBookingToRegistrationExcludedMeetingPreferencesInput.eventId ● ID! non-null scalar​

The ID of the event to create the meeting preferences in.

CreateExhibitionBookingToRegistrationExcludedMeetingPreferencesInput.fromExhibitionBookingId ● ID! non-null scalar​

The ID of the exhibition booking from which the meeting preferences originate.

CreateExhibitionBookingToRegistrationExcludedMeetingPreferencesInput.toRegistrationIds ● [ID!]! non-null scalar​

The IDs of the registrations which the meeting preferences target.

Member Of​

createExhibitionBookingToRegistrationExcludedMeetingPreferences mutation