Query: getFlightCountryRequiredLandingPermits
Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE. Requires access to given flight
countryDirectory {
countryPermit {
getFlightCountryRequiredLandingPermits(
flightNid: FlightNid!
countryCodeList: [CountryCode!]!
): [CountryRequiredLandingPermit!]!
}
}