CrewAppSchedulePositioning (Object)
type CrewAppSchedulePositioning {
trNid: Int!
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!
colors: [String!]!
iconType: IconType
crewCodeList: [String!]!
userInCrew: Boolean!
userIsCaptain: Boolean!
}
Fields
CrewAppSchedulePositioning.trNid ● Int! non-null scalar
CrewAppSchedulePositioning.flightNo ● String! non-null scalar
CrewAppSchedulePositioning.status ● String! non-null scalar
CrewAppSchedulePositioning.loggedUserReportingTimeOnUTC ● DateTime scalar
CrewAppSchedulePositioning.loggedUserReportingTimeOnLocal ● DateTimeWithTimezone scalar
CrewAppSchedulePositioning.loggedUserReportingTimeOnBaseTime ● DateTime scalar
CrewAppSchedulePositioning.startTimeUTC ● DateTime! non-null scalar
CrewAppSchedulePositioning.endTimeUTC ● DateTime! non-null scalar
CrewAppSchedulePositioning.startTimeLocal ● DateTimeWithTimezone! non-null scalar
CrewAppSchedulePositioning.endTimeLocal ● DateTimeWithTimezone! non-null scalar
CrewAppSchedulePositioning.startTimeBaseTime ● DateTime! non-null scalar
CrewAppSchedulePositioning.endTimeBaseTime ● DateTime! non-null scalar
CrewAppSchedulePositioning.startAirport ● SimpleAirportType! non-null object
CrewAppSchedulePositioning.endAirport ● SimpleAirportType! non-null object
CrewAppSchedulePositioning.colors ● [String!]! non-null scalar
CrewAppSchedulePositioning.iconType ● IconType enum
CrewAppSchedulePositioning.crewCodeList ● [String!]! non-null scalar
CrewAppSchedulePositioning.userInCrew ● Boolean! non-null scalar
CrewAppSchedulePositioning.userIsCaptain ● Boolean! non-null scalar
Member Of
CrewAppSchedule object ● MySchedule object