OBJECT

ModLogsCommentDetails

ModLogsCommentDetails contains the details of a moderator comment.

link GraphQL Schema definition

1type ModLogsCommentDetails {
2
3# Body of the comment.
4text: String
5
6}