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