Add search for products in all sub categories (#68)
This commit is contained in:
+4
-1
@@ -256,7 +256,10 @@ type Category {
|
||||
childCount: Int
|
||||
lft: Int
|
||||
rgt: Int
|
||||
products: [Product]
|
||||
"""
|
||||
Default to false
|
||||
"""
|
||||
products(includeAllSubCategories: Boolean): [Product]
|
||||
}
|
||||
|
||||
type Batch {
|
||||
|
||||
Reference in New Issue
Block a user