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