ProductInterfaceReviewsArgs
Contains fields that are common to all types of products.
type ProductInterfaceReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};Contains fields that are common to all types of products.
type ProductInterfaceReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};