Alokai

AddProductsToWishlistOutput

Contains the customer's wish list and any errors encountered.

type AddProductsToWishlistOutput = {
  __typename?: 'AddProductsToWishlistOutput'; /** An array of errors encountered while adding products to a wish list. */
  user_errors: Array<Maybe<WishListUserInputError>>; /** Contains the wish list with all items that were successfully added. */
  wishlist: Wishlist;
};

Referenced Types

On this page