SimpleProductReviewsArgs
Defines a simple product, which is tangible and is usually sold in single units or in fixed quantities.
type SimpleProductReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};