CategoryTreeProductsArgs
Contains the hierarchy of categories.
type CategoryTreeProductsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
sort?: InputMaybe<ProductAttributeSortInput>;
};