Alokai

MutationRemoveProductsFromWishlistArgs

type MutationRemoveProductsFromWishlistArgs = {
  wishlistId: Scalars['ID']['input'];
  wishlistItemsIds: Array<Scalars['ID']['input']>;
};

Referenced Types

On this page