OBJECT

StoreOnlineStoreSupportedLanguagesType

link GraphQL Schema definition

1type StoreOnlineStoreSupportedLanguagesType {
2
3defaultLanguageId: String
5
4supportedLanguages: [String]
6
7}