AddProductsToCompareListInput
Contains products to add to an existing compare list.
type AddProductsToCompareListInput = {
products: Array<InputMaybe<Scalars['ID']['input']>>; /** The unique identifier of the compare list to modify. */
uid: Scalars['ID']['input'];
};