OBJECT

StoreOnlineStoreSupportedCurrenciesType

link GraphQL Schema definition

1type StoreOnlineStoreSupportedCurrenciesType {
2
3defaultCurrency: String
5
4supportedCurrencies: [String]
6
7}