OBJECT

SsimFlight

Represents single SSIM flight data.

link GraphQL Schema definition

  • type SsimFlight {
  • aircraftTypeIata: String!
  • flightNo: String!
  • # Requires access to resource GRAPHQL_AIRPORT
  • adepLocation: Airport!
  • # Requires access to resource GRAPHQL_AIRPORT
  • adesLocation: Airport!
  • startTimeUTC: DateTime!
  • endTimeUTC: DateTime!
  • iataServiceType: IataServiceType!
  • ssimUploadFlightGroupId: Int!
  • }