RestoreExhibitionBookingPayload
Payload when restoring a canceled exhibition booking.
type RestoreExhibitionBookingPayload {
exhibitionBooking: ExhibitionBooking!
}
Fields
RestoreExhibitionBookingPayload.exhibitionBooking
● ExhibitionBooking!
non-null object
The exhibition booking that was updated.
Returned By
restoreExhibitionBooking
mutation