OBJECT
CountryPermitQuery
link GraphQL Schema definition
- type CountryPermitQuery {
- # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
- #
- # Arguments
- # countryCode: [Not documented]
- (
- : CountryCode!
- ): [CountryOverflightPermit!]!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # countryCodeList: [Not documented]
- (
- : FlightNid!,
- : [CountryCode!]!
- ): [CountryRequiredOverflightPermit!]!
- # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
- #
- # Arguments
- # countryCode: [Not documented]
- (
- : CountryCode!
- ): [CountryLandingPermit!]!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # countryCodeList: [Not documented]
- (
- : FlightNid!,
- : [CountryCode!]!
- ): [CountryRequiredLandingPermit!]!
- # Requires access to resource GRAPHQL_COUNTRY_DATABASE_SEE
- #
- # Arguments
- # countryCode: [Not documented]
- (: CountryCode!): CountryPermitSetting
- }