AggregationsFilterInput
An input object that specifies the filters used in product aggregations.
type AggregationsFilterInput = {
category?: InputMaybe<AggregationsCategoryFilterInput>;
};An input object that specifies the filters used in product aggregations.
type AggregationsFilterInput = {
category?: InputMaybe<AggregationsCategoryFilterInput>;
};