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