Alokai

Products

Contains the results of a products query.

type Products = {
  __typename?: 'Products'; /** A bucket that contains the attribute code and label for each filterable option. */
  aggregations?: Maybe<Array<Maybe<Aggregation>>>;
  filters?: Maybe<Array<Maybe<LayerFilter>>>; /** An array of products that match the specified search criteria. */
  items?: Maybe<Array<Maybe<ProductInterface>>>; /** An object that includes the page_info and currentPage values specified in the query. */
  page_info?: Maybe<SearchResultPageInfo>; /** An object that includes the default sort field and all available sort fields. */
  sort_fields?: Maybe<SortFields>; /** An array of search suggestions for case when search query have no results. */
  suggestions?: Maybe<Array<Maybe<SearchSuggestion>>>; /** The number of products 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