CrewMemberLoginExperienceInput (Input)
Represents data for crew member experience.
input CrewMemberLoginExperienceInput {
aircraftType: AircraftTypeScalar
date: Date!
dutyTime: TimeLong
blockTime: TimeLong
picTime: TimeLong
positionNid: PositionNid
landingCount: Int
takeOffCount: Int
nightLanding: Int
nightTakeOff: Int
holding: Int
flightCount: Int
dualFlight: Int
icusFlight: Int
landingMonitoringCount: Int
takeOffMonitoringCount: Int
approachList: [JourneyLogApproachCountInput!]
approachTypeList: [JourneyLogApproachTypeCountInput!]
}