OBJECT

ModLogsCommentEdge

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

link GraphQL Schema definition

1type ModLogsCommentEdge {
2
3# Opaque cursor describing this edge's position in the paginated list.
4cursor: Cursor!
5
6# A moderator comment on a user in a channel.
7node: ModLogsComment
8
9}