mutation addItemToWishlist($product_id: Int!) { addItemToWishlist(product_id: $product_id) { success message } }