OBJECT

DeleteModeratorCommentPayload

Output from the DeleteModeratorComment mutation.

link GraphQL Schema definition

1type DeleteModeratorCommentPayload {
2
3# The deleted comment.
4comment: ModLogsComment
5
6}