Alokai

RemoveProductsFromCompareListInput

Defines which products to remove from a compare list.

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

Referenced Types

On this page