Alokai

FacetResultTerm

type FacetResultTerm = {
  __typename?: "FacetResultTerm";
  term: Scalars["String"];
  count: Scalars["Long"];
  productCount: Scalars["Long"];
};

Referenced Types

On this page