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