Skip to main content

MarkRegistrationToExhibitionBookingMeetingPreferencesAsExcludedInput

Defines the input to mark meeting preferences from a registration to exhibition bookings as excluded.

input MarkRegistrationToExhibitionBookingMeetingPreferencesAsExcludedInput {
eventId: ID!
ids: [ID!]!
registrationId: ID!
type: MeetingPreferenceType!
}

Fields

MarkRegistrationToExhibitionBookingMeetingPreferencesAsExcludedInput.eventId ● ID! non-null scalar

The ID of the event the meeting preferences are associated with.

MarkRegistrationToExhibitionBookingMeetingPreferencesAsExcludedInput.ids ● [ID!]! non-null scalar

The IDs of the meeting preferences to mark as excluded.

MarkRegistrationToExhibitionBookingMeetingPreferencesAsExcludedInput.registrationId ● ID! non-null scalar

The ID of the registration the meeting preferences are associated with.

MarkRegistrationToExhibitionBookingMeetingPreferencesAsExcludedInput.type ● MeetingPreferenceType! non-null enum

The type of the meeting preferences to mark as excluded.

Member Of

markRegistrationToExhibitionBookingMeetingPreferencesAsExcluded mutation