INPUT_OBJECT

ApproveUnbanRequestInput

Required input to approve an unban request on a channel.

link GraphQL Schema definition

1input ApproveUnbanRequestInput {
4
2# ID of the unban request to be resolved.
3id: ID!
7
5# Optional message from the resolver to be shown to the unban requester.
6resolverMessage: String
8}