OBJECT

ModerationLogs

An interface to query subsets of the moderation logs information for a given channel.

link GraphQL Schema definition

1type ModerationLogs {
2
3# The moderation actions that have been take in the given channel.
4actions(first: Int, after: Cursor, order: SortOrder): ChannelModerationActionConnection
5
6}