RegistrationToRegistrationMeetingPreference
A meeting preferences from a registration to another registration in EventsAir.
Meeting preferences allow attendees to indicate who they'd like to meet with during an event.
type RegistrationToRegistrationMeetingPreference {
createdAt: DateTime!
createdBy: String
fromRegistration: Registration!
id: ID!
isExclusion: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
order: PositiveInt!
toRegistration: Registration!
type: MeetingPreferenceType
}
Fields
RegistrationToRegistrationMeetingPreference.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
RegistrationToRegistrationMeetingPreference.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
RegistrationToRegistrationMeetingPreference.fromRegistration
● Registration!
non-null object
The registration the meeting preference originates from.
RegistrationToRegistrationMeetingPreference.id
● ID!
non-null scalar
The unique identifier for a meeting preference.
RegistrationToRegistrationMeetingPreference.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.
RegistrationToRegistrationMeetingPreference.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
RegistrationToRegistrationMeetingPreference.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
RegistrationToRegistrationMeetingPreference.notes
● String
scalar
UTF-8 string value containing notes against the meeting preference. Optional.
RegistrationToRegistrationMeetingPreference.order
● PositiveInt!
non-null scalar
The order of the meeting preference for the registration.
RegistrationToRegistrationMeetingPreference.toRegistration
● Registration!
non-null object
The registration targeted by the meeting preference.
RegistrationToRegistrationMeetingPreference.type
● MeetingPreferenceType
enum
The type of the meeting preference. Optional.
Member Of
CreateRegistrationToRegistrationExcludedMeetingPreferencesPayload
object ● CreateRegistrationToRegistrationMeetingPreferencesPayload
object ● EventMeetingPreferences
object ● MarkRegistrationToRegistrationMeetingPreferencesAsExcludedPayload
object ● RegistrationMeetingPreferences
object ● UpdateRegistrationToRegistrationMeetingPreferenceNotesPayload
object