OBJECT
CountryDirectoryQuery
link GraphQL Schema definition
- type CountryDirectoryQuery {
- : CountryPermitQuery!
- # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
- #
- # Arguments
- # countryCode: [Not documented]
- (: CountryCode!): CountrySetting
- # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
- #
- # Arguments
- # wildcard: [Not documented]
- (: String): [Country!]!
- # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
- #
- # Arguments
- # countryCode: [Not documented]
- (: CountryCode!): CountryCrewSetting
- # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
- #
- # Arguments
- # countryCode: [Not documented]
- (: CountryCode!): CountryTravelDocumentSetting
- # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
- #
- # Arguments
- # airportNidList:
- (
- : [AirportNidScalar!]!
- ): [CountryTravelDocumentSetting!]!
- }