OBJECT

UndoRecommendationFeedbackPayload

Returns the created feedback item back to the client.

link GraphQL Schema definition

1type UndoRecommendationFeedbackPayload {
2
3# The id of the feedback you just undid.
4feedbackID: ID!
5
6}