AirportData

GraphQL schema definition

  • type AirportData {
  • code: ID!
  • name: String
  • location: Location
  • }

Fields

Required by