Skip to main content

UnblockExhibitionBookingTimeSlotInput

Defines the input to unblock a time slot in an exhibition booking meeting diary.

input UnblockExhibitionBookingTimeSlotInput {
eventId: ID!
exhibitionBookingId: ID!
meetingDiaryId: ID!
meetingId: ID!
}

Fields

UnblockExhibitionBookingTimeSlotInput.eventId ● ID! non-null scalar

The ID of the event the exhibition booking belongs to.

UnblockExhibitionBookingTimeSlotInput.exhibitionBookingId ● ID! non-null scalar

The ID of the exhibition booking.

UnblockExhibitionBookingTimeSlotInput.meetingDiaryId ● ID! non-null scalar

The ID of the meeting diary in which the time slot is blocked.

UnblockExhibitionBookingTimeSlotInput.meetingId ● ID! non-null scalar

The ID of the meeting representing the blocked time slot.

Member Of

unblockExhibitionBookingTimeSlot mutation