DeleteExhibitionBookingPayload
Payload returned when deleting a exhibition booking.
type DeleteExhibitionBookingPayload {
success: Boolean!
}
Fields
DeleteExhibitionBookingPayload.success
● Boolean!
non-null scalar
A flag indicating whether the exhibition booking was deleted successfully.
Returned By
deleteExhibitionBooking
mutation