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