INPUT_OBJECT

DeleteMentionRating

Input required to delete a mention rating. Both the rating and mention IDs must be provided. Only the rating will be deleted.

link GraphQL Schema definition

1input DeleteMentionRating {
4
2# The mention ID
3mentionId: ID!
7
5# The rating ID
6ratingId: ID!
8}