Alokai

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']>;
};

Referenced Types

On this page