Alokai

ProductInterfaceReviewsArgs

Contains fields that are common to all types of products.

type ProductInterfaceReviewsArgs = {
  currentPage?: InputMaybe<Scalars['Int']['input']>;
  pageSize?: InputMaybe<Scalars['Int']['input']>;
};

Referenced Types

On this page