OBJECT
PrivilegesQuery
Node for privileges queries
link GraphQL Schema definition
- type PrivilegesQuery {
- # Has access to flights without assigned real aircraft
- Boolean! :
- String!]! : [
- # Has access to see draft on crew calendar
- Boolean! :
- # Requires access to resource PRIVILEGES_HISTORY_SEE
- PrivilegesHistoryQuery! :
- # Requires access to resource GRAPHQL_PRIVILEGES_SEE
- RolePlace!] : [
- # Requires access to resource GRAPHQL_PRIVILEGES_SEE.
- # Requires access to resource GRAPHQL_ACFT.
- # Requires access to given operator
- #
- # Arguments
- # targetOprNid: [Not documented]
- OperatorNid!): [Aircraft!] ( :
- # Requires access to resource GRAPHQL_PRIVILEGES_SEE
- #
- # Arguments
- # roleNid: [Not documented]
- RoleNid!): Role! ( :
- # Requires access to resource GRAPHQL_PRIVILEGES_SEE
- #
- # Arguments
- # name: [Not documented]
- # roleNid: [Not documented]
- NotEmptyString!, : RoleNid): Boolean! ( :
- }