Alokai

MutationAddProductsToWishlistArgs

type MutationAddProductsToWishlistArgs = {
  wishlistId: Scalars['ID']['input'];
  wishlistItems: Array<WishlistItemInput>;
};

Referenced Types

On this page