CategoryInterfaceProductsArgs
Contains the full set of attributes that can be returned in a category search.
type CategoryInterfaceProductsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
sort?: InputMaybe<ProductAttributeSortInput>;
};