Skip to main content

CreateExhibitionBookingMeetingRequestInput

Defines the input to create a meeting request from an exhibition booking to a registration.

input CreateExhibitionBookingMeetingRequestInput {
eventId: ID!
fromExhibitionBookingId: ID!
meetingDiaryId: ID!
notes: String
timeSlotId: ID!
toRegistrationId: ID!
}

Fields

CreateExhibitionBookingMeetingRequestInput.eventId ● ID! non-null scalar

The ID of the event the exhibition booking belongs to.

CreateExhibitionBookingMeetingRequestInput.fromExhibitionBookingId ● ID! non-null scalar

The ID of the exhibition booking the meeting request originates from.

CreateExhibitionBookingMeetingRequestInput.meetingDiaryId ● ID! non-null scalar

The ID of the meeting diary the meeting belongs to.

CreateExhibitionBookingMeetingRequestInput.notes ● String scalar

The notes to associate with the meeting request. Optional.

CreateExhibitionBookingMeetingRequestInput.timeSlotId ● ID! non-null scalar

The ID of the time slot to use to create the meeting request.

CreateExhibitionBookingMeetingRequestInput.toRegistrationId ● ID! non-null scalar

The ID of the registration the meeting request targets.

Member Of

createExhibitionBookingMeetingRequest mutation