OBJECT
CountryDirectoryMutation
link GraphQL Schema definition
- type CountryDirectoryMutation {
- # Requires access to resource GRAPHQL_COUNTRY_DATABASE_EDIT
- : CountryPermitMutation!
- # Requires access to resource GRAPHQL_COUNTRY_DATABASE_EDIT
- #
- # Arguments
- # countryCode: [Not documented]
- # setting: [Not documented]
- # countryDirectForbiddenList: [Not documented]
- (
- : CountryCode!,
- : CountrySettingInputType!,
- : [CountryCode!]!
- ): CountrySetting!
- }