OBJECT

ApproveUnbanRequestPayload

Result of approving an unban request.

link GraphQL Schema definition

1type ApproveUnbanRequestPayload {
2
3# Used for errors arising from resolving unban request.
4error: UnbanRequestError
5
6# The resolved unban request.
7unbanRequest: UnbanRequest
8
9}