OBJECT
FlightLoad
link GraphQL Schema definition
- type FlightLoad {
- : WeightUnit!
- # Flight aircraft inconsistency with the cargo configuration
- : Boolean!
- : [FlightLoadPoint!]
- }
OBJECT
- type FlightLoad {
- : WeightUnit!
- # Flight aircraft inconsistency with the cargo configuration
- : Boolean!
- : [FlightLoadPoint!]
- }