INPUT_OBJECT

UpdateAutoModPropertiesInput

link GraphQL Schema definition

1input UpdateAutoModPropertiesInput {
4
2# These fields should be values between 0 and 6 inclusive.
3aggressiveLevel: Int!
7
5# String ID of the channel AutoModProperties are being updated for.
6channelID: String!
9
8identityLevel: Int!
11
10profanityLevel: Int!
13
12sexualLevel: Int!
14}