Skip to main content

UpdateExhibitionBookingToRegistrationMeetingPreferenceNotesInput

Defines the input to update the notes of a meeting preference from an exhibition booking to a registration.

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

Fields

UpdateExhibitionBookingToRegistrationMeetingPreferenceNotesInput.eventId ● ID! non-null scalar

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

UpdateExhibitionBookingToRegistrationMeetingPreferenceNotesInput.id ● ID! non-null scalar

The ID of the meeting preference to update.

UpdateExhibitionBookingToRegistrationMeetingPreferenceNotesInput.notes ● String scalar

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

Member Of

updateExhibitionBookingToRegistrationMeetingPreferenceNotes mutation