MyLogbook (Object)
type MyLogbook {
flightDate: Date!
flightNumber: String!
dutyStartTime: DateTime
dutyEndTime: DateTime
actualDepartureTime: DateTime!
actualArrivalTime: DateTime!
takeoffTime: DateTime!
landingTime: DateTime!
departureAirportCode: AirportCode!
destinationAirportCode: AirportCode!
aircraftRegistration: String
aircraftType: String!
commander: String
pic: MyLogbookPerson
sic: MyLogbookPerson
totalFlightTime: TimeLong!
durationOfFlightTime: TimeLong!
ifrTime: TimeLong
nightFlightTime: TimeLong
multiPilotFlightTime: TimeLong
picTime: TimeLong
picNightTime: TimeLong
sicTime: TimeLong
sicNightTime: TimeLong
soloFlightTime: TimeLong
dualPilotTimeReceived: TimeLong
dualPilotTimeGiven: TimeLong
dayTakeoffCount: Int
nightTakeoffCount: Int
dayLandingCount: Int
nightLandingCount: Int
approachList: [JourneyLogApproachCount!]!
approachTypeList: [JourneyLogApproachTypeCount!]!
std: DateTime!
sta: DateTime!
tripNumber: String!
}
Fields
MyLogbook.flightDate ● Date! non-null scalar
MyLogbook.flightNumber ● String! non-null scalar
MyLogbook.dutyStartTime ● DateTime scalar
MyLogbook.dutyEndTime ● DateTime scalar
MyLogbook.actualDepartureTime ● DateTime! non-null scalar
MyLogbook.actualArrivalTime ● DateTime! non-null scalar
MyLogbook.takeoffTime ● DateTime! non-null scalar
MyLogbook.landingTime ● DateTime! non-null scalar
MyLogbook.departureAirportCode ● AirportCode! non-null object
MyLogbook.destinationAirportCode ● AirportCode! non-null object
MyLogbook.aircraftRegistration ● String scalar
MyLogbook.aircraftType ● String! non-null scalar
MyLogbook.commander ● String scalar
MyLogbook.pic ● MyLogbookPerson object
MyLogbook.sic ● MyLogbookPerson object
MyLogbook.totalFlightTime ● TimeLong! non-null scalar
MyLogbook.durationOfFlightTime ● TimeLong! non-null scalar
MyLogbook.ifrTime ● TimeLong scalar
MyLogbook.nightFlightTime ● TimeLong scalar
MyLogbook.multiPilotFlightTime ● TimeLong scalar
MyLogbook.picTime ● TimeLong scalar
MyLogbook.picNightTime ● TimeLong scalar
MyLogbook.sicTime ● TimeLong scalar
MyLogbook.sicNightTime ● TimeLong scalar
MyLogbook.soloFlightTime ● TimeLong scalar
MyLogbook.dualPilotTimeReceived ● TimeLong scalar
MyLogbook.dualPilotTimeGiven ● TimeLong scalar
MyLogbook.dayTakeoffCount ● Int scalar
MyLogbook.nightTakeoffCount ● Int scalar
MyLogbook.dayLandingCount ● Int scalar
MyLogbook.nightLandingCount ● Int scalar
MyLogbook.approachList ● [JourneyLogApproachCount!]! non-null object
MyLogbook.approachTypeList ● [JourneyLogApproachTypeCount!]! non-null object
MyLogbook.std ● DateTime! non-null scalar
MyLogbook.sta ● DateTime! non-null scalar
MyLogbook.tripNumber ● String! non-null scalar
Member Of
LoggedUser object