Update Saleor schema (#854)

This commit is contained in:
Krzysztof Wolski 2020-11-23 15:49:50 +01:00 committed by GitHub
parent 2765dc1324
commit ca8fcfec50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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