DeleteGroupHotelBookingPayload
Payload when deleting a group hotel booking.
type DeleteGroupHotelBookingPayload {
success: Boolean!
}
Fields
DeleteGroupHotelBookingPayload.success ● Boolean! non-null scalar
A flag indicating whether the hotel booking was deleted successfully.
Returned By
deleteGroupHotelBooking mutation