From ca8fcfec509f6bfbbb28d0ad9b490a34d26fbf3d Mon Sep 17 00:00:00 2001 From: Krzysztof Wolski Date: Mon, 23 Nov 2020 15:49:50 +0100 Subject: [PATCH] Update Saleor schema (#854) --- schema.graphql | 2 -- 1 file changed, 2 deletions(-) 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