ConfigurableProductReviewsArgs
Defines basic features of a configurable product and its simple product variants.
type ConfigurableProductReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};