DeleteExhibitionBookingInput
Defines the input for deleting a exhibition booking.
input DeleteExhibitionBookingInput {
eventId: ID!
exhibitionBookingId: ID!
exhibitorId: ID!
}
Fields
DeleteExhibitionBookingInput.eventId
● ID!
non-null scalar
The identifier of the event the exhibition booking is associated with.
DeleteExhibitionBookingInput.exhibitionBookingId
● ID!
non-null scalar
The identifier of the exhibition booking.
DeleteExhibitionBookingInput.exhibitorId
● ID!
non-null scalar
The identifier of the contact the exhibition booking is associated with.
Member Of
deleteExhibitionBooking
mutation