Update schema
This commit is contained in:
parent
3827f8b8c1
commit
5dea135b2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue