Alokai

VirtualProductReviewsArgs

Defines a virtual product, which is a non-tangible product that does not require shipping and is not kept in inventory.

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

Referenced Types

On this page