INPUT_OBJECT

DeleteModeratorCommentInput

Output from the DeleteModeratorComment mutation.

link GraphQL Schema definition

1input DeleteModeratorCommentInput {
4
2# ID of the comment to be deleted.
3ID: ID!
5}