INPUT_OBJECT
HotelReservationInput
Represents set of hotel reservation data.
link GraphQL Schema definition
- input HotelReservationInput {
- : DateTime!
- : DateTime!
- : LocationNid!
- : HotelNid
- : HotelReservationStatus!
- # DEPRECATED Use crewOnHotelList field instead and leave empty array here
- : [CrewMemberNid!]!
- : [HotelReservationCrewInput!]
- : Boolean!
- : String
- : String
- : MoneyInput
- : [FileInput!]
- : AircraftRegistration
- : String
- }