MarkExhibitionBookingToRegistrationMeetingPreferencesAsExcludedInput
Defines the input to mark meeting preferences from an exhibition booking to registrations as excluded.
input MarkExhibitionBookingToRegistrationMeetingPreferencesAsExcludedInput {
eventId: ID!
exhibitionBookingId: ID!
ids: [ID!]!
type: MeetingPreferenceType!
}
Fields
MarkExhibitionBookingToRegistrationMeetingPreferencesAsExcludedInput.eventId ● ID! non-null scalar
The ID of the event the meeting preferences are associated with.
MarkExhibitionBookingToRegistrationMeetingPreferencesAsExcludedInput.exhibitionBookingId ● ID! non-null scalar
The ID of the exhibition booking the meeting preferences are associated with.
MarkExhibitionBookingToRegistrationMeetingPreferencesAsExcludedInput.ids ● [ID!]! non-null scalar
The IDs of the meeting preferences to mark as excluded.
MarkExhibitionBookingToRegistrationMeetingPreferencesAsExcludedInput.type ● MeetingPreferenceType! non-null enum
The type of the meeting preferences to mark as excluded.
Member Of
markExhibitionBookingToRegistrationMeetingPreferencesAsExcluded mutation