OBJECT
Field represents one hotel check in and check out times
type HotelReservationTimesType {checkIn: DateTime checkOut: DateTime }