MarkRegistrationToRegistrationMeetingPreferencesAsExcludedInput
Defines the input to mark meeting preferences from a registration to other registrations as excluded.
input MarkRegistrationToRegistrationMeetingPreferencesAsExcludedInput {
eventId: ID!
ids: [ID!]!
registrationId: ID!
type: MeetingPreferenceType!
}
Fields
MarkRegistrationToRegistrationMeetingPreferencesAsExcludedInput.eventId
● ID!
non-null scalar
The ID of the event the meeting preferences are associated with.
MarkRegistrationToRegistrationMeetingPreferencesAsExcludedInput.ids
● [ID!]!
non-null scalar
The IDs of the meeting preferences to mark as excluded.
MarkRegistrationToRegistrationMeetingPreferencesAsExcludedInput.registrationId
● ID!
non-null scalar
The ID of the registration the meeting preferences are associated with.
MarkRegistrationToRegistrationMeetingPreferencesAsExcludedInput.type
● MeetingPreferenceType!
non-null enum
The type of the meeting preferences to mark as excluded.
Member Of
markRegistrationToRegistrationMeetingPreferencesAsExcluded
mutation