OBJECT

CrewAppAirport

Represents single airport restricted for crew app

link GraphQL Schema definition

  • type CrewAppAirport {
  • city: String!
  • code: AirportCode!
  • # Default airport category (ex. "C")
  • defaultCategory: String!
  • # Default airport category with variant (ex. "CB")
  • defaultFullCategory: String!
  • locationNid: Int!
  • name: String!
  • notes: CrewAppAirportNotes!
  • timezoneOffset: String!
  • # RefuelEU status for the current year (operator override takes precedence over
  • # system default)
  • refuelEU: Boolean!
  • shouldBeHidden: Boolean!
  • }