Alokai

TermCount

type TermCount = {
  __typename?: 'TermCount';
  term: Scalars['String'];
  count: Scalars['Int'];
  productCount?: Maybe<Scalars['Int']>;
};

Referenced Types

On this page