INPUT_OBJECT

UpdateAutoModLevelsInput

Defines AutoMod category level settings for a Channel, either overallLevel or detailedAutoModLevels should be non null.

link GraphQL Schema definition

1input UpdateAutoModLevelsInput {
4
2# String ID of the channel AutoModProperties are being updated for.
3channelID: ID!
8
5# This field represents the detailed AutoMod category settings, which may map to
6# an overallLevel.
7detailedLevels: DetailedAutoModLevelsInput
11
9# This field will be a value between 0 and 4, inclusive, it is not required.
10overallLevel: Int
12}