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