Add Query for productByPath (#117)

This commit is contained in:
Anders Gustafsson
2022-09-02 11:41:34 +02:00
committed by GitHub
parent f8f91247cf
commit eeb69fe5f0
4 changed files with 31 additions and 0 deletions
+1
View File
@@ -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