INPUT_OBJECT

AddRecommendationFeedbackInput

Data required to add recommendation feedback.

link GraphQL Schema definition

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