OBJECT

RecommendationFeedbackEdge

Edge containing the node and cursor for recommendation feedback items.

link GraphQL Schema definition

1type RecommendationFeedbackEdge {
2
3# Cursor for the feedback edge.
4cursor: Cursor!
5
6# Node for the feedback edge.
7node: RecommendationFeedback
8
9}