DownloadableProductReviewsArgs
Defines a product that the shopper downloads.
type DownloadableProductReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};Defines a product that the shopper downloads.
type DownloadableProductReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};