OBJECT

CurrencyConfiguration

link GraphQL Schema definition

  • type CurrencyConfiguration {
  • # Count both pilots (PTO & PLND) toward landing and take-off currencies
  • countBothPilots: Boolean!
  • # Count pilot monitoring toward landing and take-off currencies
  • countPilotMonitoring: Boolean!
  • # Calculate currency for freelancers
  • includeFreelancers: Boolean!
  • }