INPUT_OBJECT

DetailedAutoModLevelsInput

Defines AutoMod category levels for a Channel.

link GraphQL Schema definition

1input DetailedAutoModLevelsInput {
4
2# This field will be a value between 0 and 4, inclusive.
3ableismLevel: Int
7
5# This field will be a value between 0 and 4, inclusive.
6aggressionLevel: Int
10
8# This field will be a value between 0 and 4, inclusive.
9homophobiaLevel: Int
13
11# This field will be a value between 0 and 4, inclusive.
12misogynyLevel: Int
16
14# This field will be a value between 0 and 4, inclusive.
15nameCallingLevel: Int
19
17# This field will be a value between 0 and 4, inclusive.
18profanityLevel: Int
22
20# This field will be a value between 0 and 4, inclusive.
21racismLevel: Int
25
23# This field will be a value between 0 and 4, inclusive.
24sexualityLevel: Int
26}