ReorderRegistrationMeetingPreferencesInput
Defines the input to reorder meeting preferences from a registration.
input ReorderRegistrationMeetingPreferencesInput {
eventId: ID!
ids: [ID!]!
registrationId: ID!
type: MeetingPreferenceType!
}
Fields
ReorderRegistrationMeetingPreferencesInput.eventId
● ID!
non-null scalar
The ID of the event the meeting preferences are associated with.
ReorderRegistrationMeetingPreferencesInput.ids
● [ID!]!
non-null scalar
A list of meeting preference identifiers in the order they should be stored.
ReorderRegistrationMeetingPreferencesInput.registrationId
● ID!
non-null scalar
The ID of the registration from which the meeting preference originates.
ReorderRegistrationMeetingPreferencesInput.type
● MeetingPreferenceType!
non-null enum
The type of the meeting preference.