Mutation: setCountryOverflightPermitList
countryDirectory {
countryPermit {
setCountryOverflightPermitList(
countryCode: CountryCode!
countryPermitList: [CountryOverflightPermitInput!]!
): Boolean!
}
}
Arguments
setCountryOverflightPermitList.countryCode ● CountryCode! non-null scalar
setCountryOverflightPermitList.countryPermitList ● [CountryOverflightPermitInput!]! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.