Skip to main content

RegistrationToExhibitionBookingMeetingPreference

A meeting preference from a registration to an exhibition booking in EventsAir.

Meeting preferences allow attendees to indicate who they'd like to meet with during an event.

type RegistrationToExhibitionBookingMeetingPreference {
createdAt: DateTime!
createdBy: String
fromRegistration: Registration!
id: ID!
isExclusion: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
order: PositiveInt!
toExhibitionBooking: ExhibitionBooking!
type: MeetingPreferenceType
}

Fields

RegistrationToExhibitionBookingMeetingPreference.createdAt ● DateTime! non-null scalar

The date and time the record was created.

RegistrationToExhibitionBookingMeetingPreference.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

RegistrationToExhibitionBookingMeetingPreference.fromRegistration ● Registration! non-null object

The registration the meeting preference originates from.

RegistrationToExhibitionBookingMeetingPreference.id ● ID! non-null scalar

The unique identifier for a meeting preference.

RegistrationToExhibitionBookingMeetingPreference.isExclusion ● Boolean! non-null scalar

A flag that determines whether the meeting preference represents an exclusion. An exclusion meeting preference is a signal indicating the desire to not meet with someone.

RegistrationToExhibitionBookingMeetingPreference.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

RegistrationToExhibitionBookingMeetingPreference.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

RegistrationToExhibitionBookingMeetingPreference.notes ● String scalar

UTF-8 string value containing notes against the meeting preference. Optional.

RegistrationToExhibitionBookingMeetingPreference.order ● PositiveInt! non-null scalar

The order of the meeting preference for the registration.

RegistrationToExhibitionBookingMeetingPreference.toExhibitionBooking ● ExhibitionBooking! non-null object

The exhibition booking targeted by the meeting preference.

RegistrationToExhibitionBookingMeetingPreference.type ● MeetingPreferenceType enum

The type of the meeting preference. Optional.

Member Of

CreateRegistrationToExhibitionBookingExcludedMeetingPreferencesPayload object ● CreateRegistrationToExhibitionBookingMeetingPreferencesPayload object ● EventMeetingPreferences object ● MarkRegistrationToExhibitionBookingMeetingPreferencesAsExcludedPayload object ● RegistrationMeetingPreferences object ● UpdateRegistrationToExhibitionBookingMeetingPreferenceNotesPayload object