Mutation: settings
Requires access to resource GRAPHQL_COUNTRY_DATABASE_EDIT
countryDirectory {
settings(
countryCode: CountryCode!
setting: CountrySettingInputType!
countryDirectForbiddenList: [CountryCode!]!
): CountrySetting!
}
Requires access to resource GRAPHQL_COUNTRY_DATABASE_EDIT
countryDirectory {
settings(
countryCode: CountryCode!
setting: CountrySettingInputType!
countryDirectForbiddenList: [CountryCode!]!
): CountrySetting!
}
settings.countryCode ● CountryCode! non-null scalarsettings.setting ● CountrySettingInputType! non-null inputsettings.countryDirectForbiddenList ● [CountryCode!]! non-null scalarCountrySetting object