INPUT_OBJECT
AddRecommendationFeedbackInput
Data required to add recommendation feedback.
link GraphQL Schema definition
1 input AddRecommendationFeedbackInput { 4 2 # Reason for the feedback (ie. Not interested, offensive, etc). 3 : RecommendationFeedbackCategory! 7 5 # The id of the item (channelID, gameID, etc). 6 : ID! 10 8 # One of CHANNEL, GAME, SHELF, VOD. 9 : RecommendationFeedbackType! 13 11 # The page this event was fired from. 12 : String! 16 14 # The unique id given to this request. 15 : ID! 19 17 # The tracking id of the shelf / shelf card. 18 : ID! 20 }