OBJECT

AcftDistanceProfile

Represents single aircraft distance profile.

link GraphQL Schema definition

  • type AcftDistanceProfile {
  • # Requires access to resource GRAPHQL_ACFT
  • aircraft: Aircraft!
  • distance: Int!
  • milesToClimb: Int!
  • cruiseSpeed: Int!
  • cruiseFlightLevel: Int
  • climbTime: String!
  • }