OBJECT

AirportHandler

Represents handler

link GraphQL Schema definition

  • type AirportHandler {
  • # Requires access to resource GRAPHQL_AIRPORT
  • airport: Airport!
  • # Requires access to resource GRAPHQL_HANDLING_AGENT
  • handler: AptdirHandler!
  • }