Alokai

TermsFacetResult

type TermsFacetResult = FacetResult & {
  __typename?: 'TermsFacetResult';
  dataType: Scalars['String'];
  missing: Scalars['Int'];
  total: Scalars['Int'];
  other: Scalars['Int'];
  terms: Array<TermCount>;
  type: Scalars['String'];
};

Referenced Types

On this page