HotelReservationInput (Input)
Represents set of hotel reservation data.
input HotelReservationInput {
startTime: DateTime!
endTime: DateTime!
locationNid: LocationNid!
hotelNid: HotelNid
status: HotelReservationStatus!
crewList: [CrewMemberNid!]!
crewOnHotelList: [HotelReservationCrewInput!]
paid: Boolean!
note: String
crewNote: String
price: MoneyInput
files: [FileInput!]
aircraftRegistration: AircraftRegistration
bookingNumber: String
}
Fields
HotelReservationInput.startTime ● DateTime! non-null scalar
HotelReservationInput.endTime ● DateTime! non-null scalar
HotelReservationInput.locationNid ● LocationNid! non-null scalar
HotelReservationInput.hotelNid ● HotelNid scalar
HotelReservationInput.status ● HotelReservationStatus! non-null enum
HotelReservationInput.crewList ● [CrewMemberNid!]! non-null scalar
DEPRECATED Use crewOnHotelList field instead and leave empty array here