Skip to main content

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

HotelReservationInput.crewOnHotelList ● [HotelReservationCrewInput!] list input

HotelReservationInput.note ● String scalar

HotelReservationInput.crewNote ● String scalar

HotelReservationInput.price ● MoneyInput input

HotelReservationInput.files ● [FileInput!] list input

HotelReservationInput.aircraftRegistration ● AircraftRegistration scalar

HotelReservationInput.bookingNumber ● String scalar