INPUT_OBJECT

BulkDenyUnbanRequestInput

Required input to deny a list of unban requests on a channel.

link GraphQL Schema definition

1input BulkDenyUnbanRequestInput {
4
2# IDs of the unban requests to be denied.
3ids: [ID!]!
5}