CustomerReviewsArgs
Defines the customer name, addresses, and other details.
type CustomerReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};Defines the customer name, addresses, and other details.
type CustomerReviewsArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};