Skip to main content

RoleAircraftRestriction (Object)

type RoleAircraftRestriction {
target: Operator!
aircraftList: [AircraftSimple!]
notAssignedAircraftPrivilege: Boolean!
isRestrictedByAircraftPreferredCrew: Boolean!
isRestrictedByAircraftOwned: Boolean!
isRestrictedByAircraftBase: Boolean!
}

Fields

RoleAircraftRestriction.target ● Operator! non-null object

Requires access to resource GRAPHQL_OPERATOR

RoleAircraftRestriction.aircraftList ● [AircraftSimple!] list object

RoleAircraftRestriction.notAssignedAircraftPrivilege ● Boolean! non-null scalar

RoleAircraftRestriction.isRestrictedByAircraftPreferredCrew ● Boolean! non-null scalar

RoleAircraftRestriction.isRestrictedByAircraftOwned ● Boolean! non-null scalar

RoleAircraftRestriction.isRestrictedByAircraftBase ● Boolean! non-null scalar

Member Of

Role object