OBJECT
Represents aircraft position type
type AcftPos {acftType: AircraftType! acftTypeId: String! # Requires access to resource GRAPHQL_OPERATORoperator: Operator! oprNid: Int! position: Position! posNid: Int! isDefault: Boolean! wage: Float! currId: String! }