OBJECT
RecommendationFeedbackEdge
Edge containing the node and cursor for recommendation feedback items.
link GraphQL Schema definition
1 type RecommendationFeedbackEdge { 2 3 # Cursor for the feedback edge. 4 : Cursor! 5 6 # Node for the feedback edge. 7 : RecommendationFeedback 8 9 }