Simulator (Object)
type Simulator implements ActivityInterface {
simulatorNid: SimulatorNid
acftType: AircraftType
flightNumber: String
startAirport: Airport
endAirport: Airport
startTime: Int!
startTimeInTimeZone(
timeZoneToggle: TimeZoneToggle!
): Int!
endTime: Int!
endTimeInTimeZone(
timeZoneToggle: TimeZoneToggle!
): Int!
takeoffTime: Int
takeoffTimeInTimeZone(
timeZoneToggle: TimeZoneToggle!
): Int
landingTime: Int
landingTimeInTimeZone(
timeZoneToggle: TimeZoneToggle!
): Int
reportingTime: Int
reportingTimeInTimezone(
timeZoneToggle: TimeZoneToggle!
): Int
dutyEndTime: Int
dutyEndTimeInTimezone(
timeZoneToggle: TimeZoneToggle!
): Int
landingsAmount: Int
takeoffsAmount: Int
crewMemberOnPositionList: [CrewMemberOnPosition!]!
captain: CrewMember @deprecated
firstOfficer: CrewMember @deprecated
CPT2: CrewMember @deprecated
FO2: CrewMember @deprecated
TRI: CrewMember @deprecated
TRE: CrewMember @deprecated
LTC: CrewMember @deprecated
FE: CrewMember @deprecated
FE2: CrewMember @deprecated
OBS: CrewMember @deprecated
FA: CrewMember @deprecated
FA1: CrewMember @deprecated
FA2: CrewMember @deprecated
SFI: CrewMember @deprecated
notes: String
pilotTakingOff: CrewMember
pilotLanding: CrewMember
pilotMonitoringTakingOff: CrewMember
pilotMonitoringLanding: CrewMember
approachCount: [JourneyLogApproachCount!]
approachTypeCount: [JourneyLogApproachTypeCount!]
deleted: Boolean!
nightTakeOffCount: Int
nightLandingCount: Int
tagList: [SimulatorTag!]!
aocSource: AocSource!
aoc: AocNid
holding: Boolean
simulatorType: String
files: [File!]!
place: String
revalidatedEndorsementList: [Endorsement!]
flightRules: FlightRule
facilityLocation: Airport
}
Fields
Simulator.simulatorNid ● SimulatorNid scalar
Simulator.acftType ● AircraftType object
Simulator.flightNumber ● String scalar
Simulator.startAirport ● Airport object
Requires access to resource GRAPHQL_AIRPORT
Simulator.endAirport ● Airport object
Requires access to resource GRAPHQL_AIRPORT
Simulator.startTime ● Int! non-null scalar
Simulator.startTimeInTimeZone ● Int! non-null scalar
Simulator.startTimeInTimeZone.timeZoneToggle ● TimeZoneToggle! non-null input
Simulator.endTime ● Int! non-null scalar
Simulator.endTimeInTimeZone ● Int! non-null scalar
Simulator.endTimeInTimeZone.timeZoneToggle ● TimeZoneToggle! non-null input
Simulator.takeoffTime ● Int scalar
Simulator.takeoffTimeInTimeZone ● Int scalar
Simulator.takeoffTimeInTimeZone.timeZoneToggle ● TimeZoneToggle! non-null input
Simulator.landingTime ● Int scalar
Simulator.landingTimeInTimeZone ● Int scalar
Simulator.landingTimeInTimeZone.timeZoneToggle ● TimeZoneToggle! non-null input
Simulator.reportingTime ● Int scalar
Simulator.reportingTimeInTimezone ● Int scalar
Simulator.reportingTimeInTimezone.timeZoneToggle ● TimeZoneToggle! non-null input
Simulator.dutyEndTime ● Int scalar
Simulator.dutyEndTimeInTimezone ● Int scalar
Simulator.dutyEndTimeInTimezone.timeZoneToggle ● TimeZoneToggle! non-null input
Simulator.landingsAmount ● Int scalar
Simulator.takeoffsAmount ● Int scalar
Simulator.crewMemberOnPositionList ● [CrewMemberOnPosition!]! non-null object
Simulator.captain ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.firstOfficer ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.CPT2 ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.FO2 ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.TRI ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.TRE ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.LTC ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.FE ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.FE2 ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.OBS ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.FA ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.FA1 ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.FA2 ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.SFI ● CrewMember deprecated object
Use crewMemberOnPositionList instead
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.notes ● String scalar
Simulator.pilotTakingOff ● CrewMember object
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.pilotLanding ● CrewMember object
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.pilotMonitoringTakingOff ● CrewMember object
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.pilotMonitoringLanding ● CrewMember object
Requires access to resource GRAPHQL_CREW_MEMBER
Simulator.approachCount ● [JourneyLogApproachCount!] list object
Simulator.approachTypeCount ● [JourneyLogApproachTypeCount!] list object
Simulator.deleted ● Boolean! non-null scalar
Simulator.nightTakeOffCount ● Int scalar
Simulator.nightLandingCount ● Int scalar
Simulator.tagList ● [SimulatorTag!]! non-null object
Simulator.aocSource ● AocSource! non-null enum
Simulator.aoc ● AocNid scalar
Simulator.holding ● Boolean scalar
Simulator.simulatorType ● String scalar
Simulator.files ● [File!]! non-null object
Simulator.place ● String scalar
Simulator.revalidatedEndorsementList ● [Endorsement!] list object
Simulator.flightRules ● FlightRule enum
Simulator.facilityLocation ● Airport object
Requires access to resource GRAPHQL_AIRPORT
Interfaces
ActivityInterface interface
Common interface for different activity types.
Returned By
simulator.create mutation ● simulator.update mutation ● simulator query