OBJECT
Represents single SSIM flight data.
type SchedExcelFlight {# Requires access to resource GRAPHQL_ACFTaircraft: Aircraft # Requires access to resource GRAPHQL_ACFTvirtualAircraft: AcftVirtual aircraftTypeIata: String! flightNo: String! # Requires access to resource GRAPHQL_AIRPORTadepLocation: Airport! # Requires access to resource GRAPHQL_AIRPORTadesLocation: Airport! startTimeUTC: DateTime! endTimeUTC: DateTime! opsNotes: String }