OBJECT

ModLogsCommentConnection

Paginated list of moderator comments on a user in a channel.

link GraphQL Schema definition

1type ModLogsCommentConnection {
2
3# The elements of the list.
4edges: [ModLogsCommentEdge!]
5
6# Information about this page of mod logs.
7pageInfo: PageInfo!
8
9}