OBJECT

CountryDirectoryMutation

link GraphQL Schema definition

  • type CountryDirectoryMutation {
  • # Requires access to resource GRAPHQL_COUNTRY_DATABASE_EDIT
  • countryPermit: CountryPermitMutation!
  • # Requires access to resource GRAPHQL_COUNTRY_DATABASE_EDIT
  • #
  • # Arguments
  • # countryCode: [Not documented]
  • # setting: [Not documented]
  • # countryDirectForbiddenList: [Not documented]
  • settings(
  • countryCode: CountryCode!,
  • setting: CountrySettingInputType!,
  • countryDirectForbiddenList: [CountryCode!]!
  • ): CountrySetting!
  • }