GroupedProductReviewsArgs
Defines a grouped product, which consists of simple standalone products that are presented as a group.
type GroupedProductReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};