INPUT_OBJECT
CrewAppHotelReservationInput
Represents set of hotel reservation data for crew app.
link GraphQL Schema definition
- input CrewAppHotelReservationInput {
- : DateTime!
- : DateTime!
- : LocationNid!
- : HotelNid
- : [CrewMemberNid!]!
- : Boolean!
- : String
- : String
- : MoneyInput
- : AircraftRegistration
- : String
- }