Skip to main content

SimulatorInput (Input)

Data for mutating simulator

input SimulatorInput {
startTime: Int!
endTime: Int!
takeoffTime: Int
landingTime: Int
reportingTime: Int
dutyEndTime: Int
landings: IntNonNegative
takeoffs: IntNonNegative
approachCount: [JourneyLogApproachCountInput!]
approachTypeCount: [JourneyLogApproachTypeCountInput!]
notes: String
startAirport: AirportCodeScalar!
endAirport: AirportCodeScalar!
aircraftType: AircraftTypeScalar!
crewMemberOnPositionList: [CrewMemberOnPositionInput!]
pilotFlying: PilotFlying
pilotMonitoring: PilotFlying
nightTakeOffCount: Int
nightLandingCount: Int
tagList: [SimulatorTagInput!]
aocSource: AocSource!
aoc: AocNid
holding: Boolean
simulatorType: String
files: [FileInput!]
place: String
revalidatedEndorsementList: [EndorsementDefinitionNid!]
flightRules: FlightRule
facilityLocationNid: AirportNidScalar
}

Fields

SimulatorInput.startTime ● Int! non-null scalar

SimulatorInput.endTime ● Int! non-null scalar

SimulatorInput.takeoffTime ● Int scalar

SimulatorInput.landingTime ● Int scalar

SimulatorInput.reportingTime ● Int scalar

SimulatorInput.dutyEndTime ● Int scalar

SimulatorInput.landings ● IntNonNegative scalar

SimulatorInput.takeoffs ● IntNonNegative scalar

SimulatorInput.approachCount ● [JourneyLogApproachCountInput!] list input

SimulatorInput.approachTypeCount ● [JourneyLogApproachTypeCountInput!] list input

SimulatorInput.notes ● String scalar

SimulatorInput.startAirport ● AirportCodeScalar! non-null scalar

SimulatorInput.endAirport ● AirportCodeScalar! non-null scalar

SimulatorInput.aircraftType ● AircraftTypeScalar! non-null scalar

SimulatorInput.crewMemberOnPositionList ● [CrewMemberOnPositionInput!] list input

SimulatorInput.pilotFlying ● PilotFlying enum

SimulatorInput.pilotMonitoring ● PilotFlying enum

SimulatorInput.nightTakeOffCount ● Int scalar

SimulatorInput.nightLandingCount ● Int scalar

SimulatorInput.tagList ● [SimulatorTagInput!] list input

SimulatorInput.aocSource ● AocSource! non-null enum

SimulatorInput.aoc ● AocNid scalar

SimulatorInput.holding ● Boolean scalar

SimulatorInput.simulatorType ● String scalar

SimulatorInput.files ● [FileInput!] list input

SimulatorInput.place ● String scalar

SimulatorInput.revalidatedEndorsementList ● [EndorsementDefinitionNid!] list scalar

SimulatorInput.flightRules ● FlightRule enum

SimulatorInput.facilityLocationNid ● AirportNidScalar scalar

Member Of

simulator.create mutation ● simulator.update mutation