AirportDetails (Object)
type AirportDetails {
airport: Airport!
aptdirNid: Int!
country: String
county: String
distanceFromCity: String
timezone: Timezone
internationalTimezone: String
timezoneOffset: String
daylightSavings: Boolean
subdivision: String
website: String
email: String
aftn: String
sita: String
elevation: Int
variation: String
fuelType: String
airportOfEntry: String
customs: Boolean
designatedInternational: Boolean
landingRights: Boolean
userFees: Boolean
open24Hours: String
hoursOfOperation: String
controlTowerHours: String
fireCategory: String
fireCategoryRemarks: String
fireCategoryFaa: String
maxLda: Int
taxiTime: Int
pcn: String
ppr: Int
sc: Int
st: Int
approach: String
runwayId: String
runwayLength: Int
runwayWidth: Int
handlingMandatory: Boolean
slotsRequired: Boolean
freeAirport: Boolean
ilsDme: Boolean
vor: Boolean
lightingIntensity: String
towerPhone: String
pilotNotes: String
garEmail: String
taxiIn: Int
taxiOut: Int
edto: Boolean!
expires: Int
extraDepartureTime: Int!
extraArrivalTime: Int!
towbarRequired: Boolean!
specialCharacteristic: Boolean!
navigatorRequired: Boolean!
airportIrregularHours: Boolean!
airportIrregularHoursNote: String
towerIrregularHours: Boolean!
towerIrregularHoursNote: String
customsIrregularHours: Boolean!
customsIrregularHoursNote: String
}
Fields
AirportDetails.airport ● Airport! non-null object
Requires access to resource GRAPHQL_AIRPORT
AirportDetails.aptdirNid ● Int! non-null scalar
AirportDetails.country ● String scalar
AirportDetails.county ● String scalar
AirportDetails.distanceFromCity ● String scalar
AirportDetails.timezone ● Timezone object
AirportDetails.internationalTimezone ● String scalar
AirportDetails.timezoneOffset ● String scalar
AirportDetails.daylightSavings ● Boolean scalar
AirportDetails.subdivision ● String scalar
AirportDetails.website ● String scalar
AirportDetails.email ● String scalar
AirportDetails.aftn ● String scalar
AirportDetails.sita ● String scalar
AirportDetails.elevation ● Int scalar
AirportDetails.variation ● String scalar
AirportDetails.fuelType ● String scalar
AirportDetails.airportOfEntry ● String scalar
AirportDetails.customs ● Boolean scalar
AirportDetails.designatedInternational ● Boolean scalar
AirportDetails.landingRights ● Boolean scalar
AirportDetails.userFees ● Boolean scalar
AirportDetails.open24Hours ● String scalar
AirportDetails.hoursOfOperation ● String scalar
AirportDetails.controlTowerHours ● String scalar
AirportDetails.fireCategory ● String scalar
AirportDetails.fireCategoryRemarks ● String scalar
AirportDetails.fireCategoryFaa ● String scalar
AirportDetails.maxLda ● Int scalar
AirportDetails.taxiTime ● Int scalar
AirportDetails.pcn ● String scalar
AirportDetails.ppr ● Int scalar
AirportDetails.sc ● Int scalar
AirportDetails.st ● Int scalar
AirportDetails.approach ● String scalar
AirportDetails.runwayId ● String scalar
AirportDetails.runwayLength ● Int scalar
AirportDetails.runwayWidth ● Int scalar
AirportDetails.handlingMandatory ● Boolean scalar
AirportDetails.slotsRequired ● Boolean scalar
AirportDetails.freeAirport ● Boolean scalar
AirportDetails.ilsDme ● Boolean scalar
AirportDetails.vor ● Boolean scalar
AirportDetails.lightingIntensity ● String scalar
AirportDetails.towerPhone ● String scalar
AirportDetails.pilotNotes ● String scalar
AirportDetails.garEmail ● String scalar
AirportDetails.taxiIn ● Int scalar
AirportDetails.taxiOut ● Int scalar
AirportDetails.edto ● Boolean! non-null scalar
AirportDetails.expires ● Int scalar
AirportDetails.extraDepartureTime ● Int! non-null scalar
AirportDetails.extraArrivalTime ● Int! non-null scalar
AirportDetails.towbarRequired ● Boolean! non-null scalar
AirportDetails.specialCharacteristic ● Boolean! non-null scalar
AirportDetails.navigatorRequired ● Boolean! non-null scalar
AirportDetails.airportIrregularHours ● Boolean! non-null scalar
AirportDetails.airportIrregularHoursNote ● String scalar
AirportDetails.towerIrregularHours ● Boolean! non-null scalar
AirportDetails.towerIrregularHoursNote ● String scalar
AirportDetails.customsIrregularHours ● Boolean! non-null scalar
AirportDetails.customsIrregularHoursNote ● String scalar
Member Of
Airport object