We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f055390 commit 79ebdfcCopy full SHA for 79ebdfc
packages/peregrine/lib/talons/RootComponents/Category/categoryContent.gql.js
@@ -1,7 +1,9 @@
1
import { gql } from '@apollo/client';
2
3
export const GET_PRODUCT_FILTERS_BY_CATEGORY = gql`
4
- query getProductFiltersByCategory($filters: ProductAttributeFilterInput!) {
+ query getProductFiltersByCategories(
5
+ $filters: ProductAttributeFilterInput!
6
+ ) {
7
products(filter: $filters) {
8
aggregations {
9
label
@@ -33,7 +35,7 @@ export const GET_CATEGORY_CONTENT = gql`
33
35
`;
34
36
37
export const GET_CATEGORY_AVAILABLE_SORT_METHODS = gql`
- query getCategoryAvailableSortMethods(
38
+ query getCategoriesAvailableSortMethods(
39
$categoryIdFilter: FilterEqualTypeInput!
40
) {
41
products(filter: { category_uid: $categoryIdFilter }) {
0 commit comments