Alokai

AggregationsFilterInput

An input object that specifies the filters used in product aggregations.

type AggregationsFilterInput = {
  category?: InputMaybe<AggregationsCategoryFilterInput>;
};

Referenced Types

On this page