Add search for products in all sub categories (#68)

This commit is contained in:
Niklas Fondberg
2021-10-11 19:28:15 +02:00
committed by GitHub
parent d7532848a1
commit 1fbe972af7
4 changed files with 57 additions and 9 deletions
+4 -1
View File
@@ -256,7 +256,10 @@ type Category {
childCount: Int
lft: Int
rgt: Int
products: [Product]
"""
Default to false
"""
products(includeAllSubCategories: Boolean): [Product]
}
type Batch {