Alokai

CustomerReviewsArgs

Defines the customer name, addresses, and other details.

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

Referenced Types

On this page