UpdateRegistrationToExhibitionBookingMeetingPreferenceNotesInput
Defines the input to update the notes of a meeting preference from a registration to an exhibition booking.
input UpdateRegistrationToExhibitionBookingMeetingPreferenceNotesInput {
eventId: ID!
id: ID!
notes: String
}
Fields
UpdateRegistrationToExhibitionBookingMeetingPreferenceNotesInput.eventId ● ID! non-null scalar
The ID of the event the meeting preference is associated with.
UpdateRegistrationToExhibitionBookingMeetingPreferenceNotesInput.id ● ID! non-null scalar
The ID of the meeting preference to update.
UpdateRegistrationToExhibitionBookingMeetingPreferenceNotesInput.notes ● String scalar
The notes to update. If set to null, any existing notes will be removed. Optional.
Member Of
updateRegistrationToExhibitionBookingMeetingPreferenceNotes mutation