Update schema

This commit is contained in:
dominik-zeglen 2019-09-13 13:33:07 +02:00
parent 3827f8b8c1
commit 5dea135b2e

View file

@ -3303,7 +3303,7 @@ type ShippingZoneUpdate {
type Shop { type Shop {
geolocalization: Geolocalization geolocalization: Geolocalization
authorizationKeys: [AuthorizationKey]! authorizationKeys: [AuthorizationKey]!
countries: [CountryDisplay]! countries(languageCode: LanguageCodeEnum): [CountryDisplay]!
currencies: [String]! currencies: [String]!
defaultCurrency: String! defaultCurrency: String!
defaultCountry: CountryDisplay defaultCountry: CountryDisplay