INPUT_OBJECT

UndoRecommendationFeedbackInput

Data required to undo recommendation feedback.

link GraphQL Schema definition

1input UndoRecommendationFeedbackInput {
4
2# The id of the feedback.
3feedbackID: ID!
7
5# The page this event was fired from.
6sourceItemPage: String!
10
8# The unique id given to this request.
9sourceItemRequestID: ID!
13
11# The unique tracking id of the shelf / shelf card.
12sourceItemTrackingID: ID!
14}