INPUT_OBJECT

BulkApproveUnbanRequestInput

Required input to bulk approve a list of unban requests on a channel.

link GraphQL Schema definition

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