WishlistCreateForBuyer
Result of wishlist create for buyer mutation.
type WishlistCreateForBuyer {
wishlistErrors: [WishlistError!]!
wishlist: Wishlist
}
Fields
WishlistCreateForBuyer.wishlistErrors ● [WishlistError!]! non-null object
List of errors that occurred executing the mutation.
WishlistCreateForBuyer.wishlist ● Wishlist object
The wishlist.
Returned By
wishlistCreateForBuyer mutation