OBJECT
Represents single SSIM flight data.
type SsimFlight {aircraftTypeIata: String! flightNo: String! # Requires access to resource GRAPHQL_AIRPORTadepLocation: Airport! # Requires access to resource GRAPHQL_AIRPORTadesLocation: Airport! startTimeUTC: DateTime! endTimeUTC: DateTime! iataServiceType: IataServiceType! ssimUploadFlightGroupId: Int! }