Alokai

AddWishlistItemsToCartOutput

Contains the resultant wish list and any error information.

type AddWishlistItemsToCartOutput = {
  __typename?: 'AddWishlistItemsToCartOutput'; /** An array of errors encountered while adding products to the customer's cart. */
  add_wishlist_items_to_cart_user_errors: Array<Maybe<WishlistCartUserInputError>>; /** Indicates whether the attempt to add items to the customer's cart was successful. */
  status: Scalars['Boolean']['output']; /** Contains the wish list with all items that were successfully added. */
  wishlist: Wishlist;
};

Referenced Types

On this page