Skip to main content

AddToWatchlistInput

Input for adding a product to a watchlist

input AddToWatchlistInput {
productId: String!
email: String
}

Fields

productId ● String!

email ● String

Email can only be added while not logged in

Example

{}