Alokai

CategorySearchResult

type CategorySearchResult = {
  __typename?: 'CategorySearchResult';
  offset: Scalars['Int'];
  count: Scalars['Int'];
  total: Scalars['Int'];
  results: Array<CategorySearch>;
};

Referenced Types

On this page