CrewAppScheduleFlight (Object)
type CrewAppScheduleFlight {
trNid: Int!
aircraft: MyAircraft
flightNo: String!
status: String!
loggedUserReportingTimeOnUTC: DateTime
loggedUserReportingTimeOnLocal: DateTimeWithTimezone
loggedUserReportingTimeOnBaseTime: DateTime
startTimeUTC: DateTime!
endTimeUTC: DateTime!
startTimeLocal: DateTimeWithTimezone!
endTimeLocal: DateTimeWithTimezone!
startTimeBaseTime: DateTime!
endTimeBaseTime: DateTime!
startAirport: SimpleAirportType!
endAirport: SimpleAirportType!
cmt: Time!
distance: Int!
isEmptyLeg: Boolean!
passengerCount: Int!
hasJourneyLog: Boolean!
trainingType: FlightTrainingType
tripType: FlightType!
colors: [String!]!
dotColor: String
iconType: IconType
crewCodeList: [String!]!
userInCrew: Boolean!
userCanEditJourneyLog: Boolean!
userIsCaptain: Boolean!
}
Fields
CrewAppScheduleFlight.trNid ● Int! non-null scalar
CrewAppScheduleFlight.aircraft ● MyAircraft object
CrewAppScheduleFlight.flightNo ● String! non-null scalar
CrewAppScheduleFlight.status ● String! non-null scalar
CrewAppScheduleFlight.loggedUserReportingTimeOnUTC ● DateTime scalar
CrewAppScheduleFlight.loggedUserReportingTimeOnLocal ● DateTimeWithTimezone scalar
CrewAppScheduleFlight.loggedUserReportingTimeOnBaseTime ● DateTime scalar
CrewAppScheduleFlight.startTimeUTC ● DateTime! non-null scalar
CrewAppScheduleFlight.endTimeUTC ● DateTime! non-null scalar
CrewAppScheduleFlight.startTimeLocal ● DateTimeWithTimezone! non-null scalar
CrewAppScheduleFlight.endTimeLocal ● DateTimeWithTimezone! non-null scalar
CrewAppScheduleFlight.startTimeBaseTime ● DateTime! non-null scalar
CrewAppScheduleFlight.endTimeBaseTime ● DateTime! non-null scalar
CrewAppScheduleFlight.startAirport ● SimpleAirportType! non-null object
CrewAppScheduleFlight.endAirport ● SimpleAirportType! non-null object
CrewAppScheduleFlight.cmt ● Time! non-null scalar
CrewAppScheduleFlight.distance ● Int! non-null scalar
CrewAppScheduleFlight.isEmptyLeg ● Boolean! non-null scalar
CrewAppScheduleFlight.passengerCount ● Int! non-null scalar
CrewAppScheduleFlight.hasJourneyLog ● Boolean! non-null scalar
CrewAppScheduleFlight.trainingType ● FlightTrainingType enum
CrewAppScheduleFlight.tripType ● FlightType! non-null enum
CrewAppScheduleFlight.colors ● [String!]! non-null scalar
CrewAppScheduleFlight.dotColor ● String scalar
CrewAppScheduleFlight.iconType ● IconType enum
CrewAppScheduleFlight.crewCodeList ● [String!]! non-null scalar
CrewAppScheduleFlight.userInCrew ● Boolean! non-null scalar
CrewAppScheduleFlight.userCanEditJourneyLog ● Boolean! non-null scalar
CrewAppScheduleFlight.userIsCaptain ● Boolean! non-null scalar
Member Of
CrewAppMyScheduleFlightList object ● CrewAppSchedule object