CrewAppHotelReservationInput (Input)
Represents set of hotel reservation data for crew app.
input CrewAppHotelReservationInput {
startTime: DateTime!
endTime: DateTime!
locationNid: LocationNid!
hotelNid: HotelNid
crewList: [CrewMemberNid!]!
paid: Boolean!
note: String
crewNote: String
price: MoneyInput
aircraftRegistration: AircraftRegistration
bookingNumber: String
}
Fields
CrewAppHotelReservationInput.startTime ● DateTime! non-null scalar
CrewAppHotelReservationInput.endTime ● DateTime! non-null scalar
CrewAppHotelReservationInput.locationNid ● LocationNid! non-null scalar
CrewAppHotelReservationInput.hotelNid ● HotelNid scalar
CrewAppHotelReservationInput.crewList ● [CrewMemberNid!]! non-null scalar
CrewAppHotelReservationInput.paid ● Boolean! non-null scalar
CrewAppHotelReservationInput.note ● String scalar
CrewAppHotelReservationInput.crewNote ● String scalar
CrewAppHotelReservationInput.price ● MoneyInput input
CrewAppHotelReservationInput.aircraftRegistration ● AircraftRegistration scalar
CrewAppHotelReservationInput.bookingNumber ● String scalar
Member Of
loggedUserMutation.crewApp.hotelReservation.createHotelReservation mutation