OBJECT

DenyUnbanRequestPayload

Result of denying an unban request.

link GraphQL Schema definition

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