OBJECT

AOC

AOC associated with operator

link GraphQL Schema definition

  • type AOC {
  • name: String!
  • aocNid: Int!
  • isCommercial: Boolean!
  • isDeleted: Boolean
  • # Requires access to resource GRAPHQL_ACFT
  • defaultAircraftList: [Aircraft!]!
  • }