AcftDistanceProfile (Object)
Represents single aircraft distance profile.
type AcftDistanceProfile {
aircraft: Aircraft!
distance: Int!
milesToClimb: Int!
cruiseSpeed: Int!
cruiseFlightLevel: Int
climbTime: String!
}
Fields
AcftDistanceProfile.aircraft ● Aircraft! non-null object
Requires access to resource GRAPHQL_ACFT
AcftDistanceProfile.distance ● Int! non-null scalar
AcftDistanceProfile.milesToClimb ● Int! non-null scalar
AcftDistanceProfile.cruiseSpeed ● Int! non-null scalar
AcftDistanceProfile.cruiseFlightLevel ● Int scalar
AcftDistanceProfile.climbTime ● String! non-null scalar
Member Of
Aircraft object