flight-support/query/getFLightSupportAvailableAirportServiceList
query {
integration {
flightSupport {
flightSupportAvailableAirportServiceList {
# Returns your services availability per airport, as set using the 'setFlightSupportAvailableAirportServiceList' mutation.
# If empty array returned, it means you have full (your default) list available at all airports.
# In other case, if an airport is not listed, no services are available at this location.
airport {
code {
icao
iata
}
}
serviceList
}
}
}
}