Skip to main content

DeleteRegistrationMeetingPreferencesInput

Defines the input to delete meeting preferences from a registration.

input DeleteRegistrationMeetingPreferencesInput {
eventId: ID!
ids: [ID!]!
registrationId: ID!
type: MeetingPreferenceType!
}

Fields

DeleteRegistrationMeetingPreferencesInput.eventId ● ID! non-null scalar

The ID of the event the meeting preferences are associated with.

DeleteRegistrationMeetingPreferencesInput.ids ● [ID!]! non-null scalar

The IDs of the meeting preferences to delete.

DeleteRegistrationMeetingPreferencesInput.registrationId ● ID! non-null scalar

The ID of the registration the meeting preferences are associated with.

DeleteRegistrationMeetingPreferencesInput.type ● MeetingPreferenceType! non-null enum

The type of the meeting preferences to mark as excluded.

Member Of

deleteRegistrationMeetingPreferences mutation