OBJECT

AutoModTopic

An auto moderation topic with value.

link GraphQL Schema definition

1type AutoModTopic {
2
3# The topic type, defined by Zuma.
4type: String!
5
6# The weight assigned to the topic.
7weight: Int!
8
9}