WishlistBuyerInput
No description
input WishlistBuyerInput {
name: String!
user: ID!
}
Fields
WishlistBuyerInput.name ● String! non-null scalar
Name for the new wishlist.
WishlistBuyerInput.user ● ID! non-null scalar
user id of the buyer the wishlist is being created for
Member Of
wishlistCreateForBuyer mutation