Skip to main content

CreateRegistrationToRegistrationMeetingPreferencesInput

Defines the input to create meeting preferences from a registration to other registrations.

input CreateRegistrationToRegistrationMeetingPreferencesInput {
eventId: ID!
fromRegistrationId: ID!
toRegistrationIds: [ID!]!
type: MeetingPreferenceType!
}

Fields

CreateRegistrationToRegistrationMeetingPreferencesInput.eventId ● ID! non-null scalar

The ID of the event to create the meeting preferences in.

CreateRegistrationToRegistrationMeetingPreferencesInput.fromRegistrationId ● ID! non-null scalar

The ID of the registration from which the meeting preferences originate.

CreateRegistrationToRegistrationMeetingPreferencesInput.toRegistrationIds ● [ID!]! non-null scalar

The IDs of the registrations which the meeting preferences target.

CreateRegistrationToRegistrationMeetingPreferencesInput.type ● MeetingPreferenceType! non-null enum

The type of the meeting preferences.

Member Of

createRegistrationToRegistrationMeetingPreferences mutation