CancelExhibitionBookingMeetingRequestInput
Defines the input to cancel an exhibition booking meeting request.
input CancelExhibitionBookingMeetingRequestInput {
eventId: ID!
exhibitionBookingId: ID!
meetingDiaryId: ID!
meetingId: ID!
notes: String
}
Fields
CancelExhibitionBookingMeetingRequestInput.eventId
● ID!
non-null scalar
The ID of the event that the exhibition booking is associated with.
CancelExhibitionBookingMeetingRequestInput.exhibitionBookingId
● ID!
non-null scalar
The ID of the exhibition booking.
CancelExhibitionBookingMeetingRequestInput.meetingDiaryId
● ID!
non-null scalar
The ID of the meeting diary the meeting belongs to.
CancelExhibitionBookingMeetingRequestInput.meetingId
● ID!
non-null scalar
The ID of the meeting to cancel.
CancelExhibitionBookingMeetingRequestInput.notes
● String
scalar
The notes to associate with the meeting. Optional.