OBJECT
CountryPermitMutation
link GraphQL Schema definition
- type CountryPermitMutation {
- # Arguments
- # countryCode: [Not documented]
- # countryPermitList: [Not documented]
- (
- : CountryCode!,
- : [CountryOverflightPermitInput!]!
- ): Boolean!
- # Arguments
- # countryCode: [Not documented]
- # countryPermitList: [Not documented]
- (
- : CountryCode!,
- : [CountryLandingPermitInput!]!
- ): Boolean!
- # Arguments
- # countryCode: [Not documented]
- # email: [Not documented]
- (
- : CountryCode!,
- : ApiMultiEmailScalar
- ): CountryPermitSetting!
- # Arguments
- # countryCode: [Not documented]
- # email: [Not documented]
- (
- : CountryCode!,
- : ApiMultiEmailScalar
- ): CountryPermitSetting!
- }