BundleProductReviewsArgs
Defines basic features of a bundle product and contains multiple BundleItems.
type BundleProductReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};Defines basic features of a bundle product and contains multiple BundleItems.
type BundleProductReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};