Alokai

MutationUpdateProductsInWishlistArgs

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

Referenced Types

On this page