diff --git a/schema.graphql b/schema.graphql index 2329832e6..8c8d128f4 100644 --- a/schema.graphql +++ b/schema.graphql @@ -3303,7 +3303,7 @@ type ShippingZoneUpdate { type Shop { geolocalization: Geolocalization authorizationKeys: [AuthorizationKey]! - countries: [CountryDisplay]! + countries(languageCode: LanguageCodeEnum): [CountryDisplay]! currencies: [String]! defaultCurrency: String! defaultCountry: CountryDisplay