Alokai

CategoryProducts

Contains details about the products assigned to a category.

type CategoryProducts = {
  __typename?: 'CategoryProducts'; /** An array of products that are assigned to the category. */
  items?: Maybe<Array<Maybe<ProductInterface>>>; /** Pagination metadata. */
  page_info?: Maybe<SearchResultPageInfo>; /** The number of products in the category that are marked as visible. By default, in complex products, parent products are visible, but their child products are not. */
  total_count?: Maybe<Scalars['Int']['output']>;
};

Referenced Types

On this page