Skip to main content

CreateRegistrationToRegistrationExcludedMeetingPreferencesInput

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

input CreateRegistrationToRegistrationExcludedMeetingPreferencesInput {
eventId: ID!
fromRegistrationId: ID!
toRegistrationIds: [ID!]!
}

Fields

CreateRegistrationToRegistrationExcludedMeetingPreferencesInput.eventId ● ID! non-null scalar

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

CreateRegistrationToRegistrationExcludedMeetingPreferencesInput.fromRegistrationId ● ID! non-null scalar

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

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

The IDs of the registrations which the meeting preferences target.

Member Of

createRegistrationToRegistrationExcludedMeetingPreferences mutation