diff --git a/schema.graphql b/schema.graphql index 6d2b7f1d3..5843bbf39 100644 --- a/schema.graphql +++ b/schema.graphql @@ -4734,8 +4734,6 @@ type Shop { geolocalization: Geolocalization authorizationKeys: [AuthorizationKey]! countries(languageCode: LanguageCodeEnum): [CountryDisplay!]! - currencies: [String]! @deprecated(reason: "This field will be removed in Saleor 3.0") - defaultCurrency: String! @deprecated(reason: "This field will be removed in Saleor 3.0") defaultCountry: CountryDisplay defaultMailSenderName: String defaultMailSenderAddress: String