Skip to main content

UpdateRegistrationToRegistrationMeetingPreferenceNotesInput

Defines the input to update the notes of a meeting preference from a registration to another registration.

input UpdateRegistrationToRegistrationMeetingPreferenceNotesInput {
eventId: ID!
id: ID!
notes: String
}

Fields

UpdateRegistrationToRegistrationMeetingPreferenceNotesInput.eventId ● ID! non-null scalar

The ID of the event the meeting preference is associated with.

UpdateRegistrationToRegistrationMeetingPreferenceNotesInput.id ● ID! non-null scalar

The ID of the meeting preference to update.

UpdateRegistrationToRegistrationMeetingPreferenceNotesInput.notes ● String scalar

The notes to update. If set to null, any existing notes will be removed. Optional.

Member Of

updateRegistrationToRegistrationMeetingPreferenceNotes mutation