4257 - add multi locale support to categories resolver (#161)
This commit is contained in:
+1
-1
@@ -230,7 +230,7 @@ type Category {
|
||||
"""
|
||||
products(includeAllSubCategories: Boolean): [Product]
|
||||
localeNames: JSON
|
||||
localeData(locale: String): [CategoryLocaleData]!
|
||||
localeData(locales: [String]!): [CategoryLocaleData]!
|
||||
}
|
||||
|
||||
type Batch {
|
||||
|
||||
Reference in New Issue
Block a user