Add Query for productByPath (#117)
This commit is contained in:
@@ -25,6 +25,7 @@ type Query {
|
||||
filter: ProductsFilterInput
|
||||
): ProductsResult
|
||||
product(id: Int!): Product
|
||||
productByPath(path: String!): Product
|
||||
productsSearch(q: String!): ProductsSearchResult
|
||||
categories: [Category]
|
||||
category(id: Int!): Category
|
||||
|
||||
Reference in New Issue
Block a user