OBJECT

PrivilegesQuery

Node for privileges queries

link GraphQL Schema definition

  • type PrivilegesQuery {
  • # Has access to flights without assigned real aircraft
  • hasNotAssignedAircraftPrivilege: Boolean!
  • operatorIdList: [String!]!
  • # Has access to see draft on crew calendar
  • canSeeDraftOnCrewCalendar: Boolean!
  • # Requires access to resource PRIVILEGES_HISTORY_SEE
  • history: PrivilegesHistoryQuery!
  • }