OBJECT

DeleteRecommendationFeedbackPayload

Returns the created feedback item back to the client.

link GraphQL Schema definition

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