Alokai

CreateCompareListInput

Contains an array of product IDs to use for creating a compare list.

type CreateCompareListInput = {
  products?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
};

Referenced Types

On this page