ConfirmExhibitionBookingMeetingInput
Defines the input to confirm a requested meeting for an exhibition booking.
input ConfirmExhibitionBookingMeetingInput {
eventId: ID!
exhibitionBookingId: ID!
meetingDiaryId: ID!
meetingId: ID!
notes: String
}
Fields
ConfirmExhibitionBookingMeetingInput.eventId
● ID!
non-null scalar
The ID of the event the exhibition booking belongs to.
ConfirmExhibitionBookingMeetingInput.exhibitionBookingId
● ID!
non-null scalar
The ID of the exhibition booking the meeting was sent to.
ConfirmExhibitionBookingMeetingInput.meetingDiaryId
● ID!
non-null scalar
The ID of the meeting diary the meeting belongs to.
ConfirmExhibitionBookingMeetingInput.meetingId
● ID!
non-null scalar
The ID of the meeting.
ConfirmExhibitionBookingMeetingInput.notes
● String
scalar
The notes for the organizer of the meeting. Optional.
Member Of
confirmExhibitionBookingMeeting
mutation