OBJECT

AircraftPerformanceSpeed

Represents single aircraft performance speed.

link GraphQL Schema definition

  • type AircraftPerformanceSpeed {
  • # Requires access to resource GRAPHQL_ACFT
  • aircraft: Aircraft!
  • speed: Int!
  • from: String!
  • }