4257 - add multi locale support to categories resolver (#161)

This commit is contained in:
Anders Gustafsson
2024-01-09 14:48:44 +01:00
committed by GitHub
parent 2a9b7a88ee
commit 051355ba6a
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ type Category {
"""
products(includeAllSubCategories: Boolean): [Product]
localeNames: JSON
localeData(locale: String): [CategoryLocaleData]!
localeData(locales: [String]!): [CategoryLocaleData]!
}
type Batch {