BlockExhibitionBookingTimeSlotInput
Defines the input to block a time slot in an exhibition booking meeting diary.
input BlockExhibitionBookingTimeSlotInput {
eventId: ID!
exhibitionBookingId: ID!
meetingDiaryId: ID!
timeSlotId: ID!
}
Fields
BlockExhibitionBookingTimeSlotInput.eventId ● ID! non-null scalar
The ID of the event the exhibition booking belongs to.
BlockExhibitionBookingTimeSlotInput.exhibitionBookingId ● ID! non-null scalar
The ID of the exhibition booking.
BlockExhibitionBookingTimeSlotInput.meetingDiaryId ● ID! non-null scalar
The ID of the meeting diary in which to block the time slot.
BlockExhibitionBookingTimeSlotInput.timeSlotId ● ID! non-null scalar
The ID of the time slot to block for meetings.
Member Of
blockExhibitionBookingTimeSlot mutation