OBJECT

AutoMod

An automod fragment type, which is text that is flagged by AutoModeration. It contains a list of topics which contain reasons why AutoModeration flagged the text.

link GraphQL Schema definition

1type AutoMod {
2
3# The topics that were flagged by AutoModeration.
4topics: [AutoModTopic!]!
5
6}