CreateExhibitionBookingPayload
Payload when creating an exhibition booking.
type CreateExhibitionBookingPayload {
exhibitionBooking: ExhibitionBooking!
}
Fields
CreateExhibitionBookingPayload.exhibitionBooking
● ExhibitionBooking!
non-null object
The exhibition booking that was created.
Returned By
createExhibitionBooking
mutation