AcftPos (Object)
Represents aircraft position type
type AcftPos {
acftType: AircraftType!
acftTypeId: String!
operator: Operator!
oprNid: Int!
position: Position!
posNid: Int!
isDefault: Boolean!
wage: Float!
currId: String!
}
Fields
AcftPos.acftType ● AircraftType! non-null object
AcftPos.acftTypeId ● String! non-null scalar
AcftPos.operator ● Operator! non-null object
Requires access to resource GRAPHQL_OPERATOR
AcftPos.oprNid ● Int! non-null scalar
AcftPos.position ● Position! non-null object
AcftPos.posNid ● Int! non-null scalar
AcftPos.isDefault ● Boolean! non-null scalar
AcftPos.wage ● Float! non-null scalar
AcftPos.currId ● String! non-null scalar
Member Of
AircraftType object