OBJECT

CountryDirectoryQuery

link GraphQL Schema definition

  • type CountryDirectoryQuery {
  • countryPermit: CountryPermitQuery!
  • # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
  • #
  • # Arguments
  • # countryCode: [Not documented]
  • settings(countryCode: CountryCode!): CountrySetting
  • # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
  • #
  • # Arguments
  • # wildcard: [Not documented]
  • foreignAocCountryList(wildcard: String): [Country!]!
  • # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
  • #
  • # Arguments
  • # countryCode: [Not documented]
  • crewCountrySettings(countryCode: CountryCode!): CountryCrewSetting
  • }