OBJECT

AutoModProperties

link GraphQL Schema definition

1type AutoModProperties {
2
3# These are integers between 0 and 6, inclusive.
4aggressiveLevel: Int!
5
6identityLevel: Int!
7
8profanityLevel: Int!
9
10sexualLevel: Int!
11
12}