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