ProductSearchByCategoryResponse
No description
type ProductSearchByCategoryResponse {
results: [CategoryProductSearchResult!]!
}
Fields
ProductSearchByCategoryResponse.results ● [CategoryProductSearchResult!]! non-null object
Search results grouped by category ID
Returned By
productSearchByCategory query