INPUT_OBJECT

SetUnbanRequestsSettingsInput

Required input to set unban requests settings on a channel.

link GraphQL Schema definition

1input SetUnbanRequestsSettingsInput {
4
2# The channel on which to update settings for.
3channelID: ID!
7
5# The amount of time after a ban before an unban request can be made.
6cooldownMinutes: Int!
10
8# Whether unban requests are allowed to be created on the channel.
9isEnabled: Boolean!
11}