OBJECT

AcknowledgeUnbanRequestPayload

Result of acknowledging an unban request.

link GraphQL Schema definition

1type AcknowledgeUnbanRequestPayload {
2
3# Used for errors arising from acknowledging the unban request.
4error: UnbanRequestError
5
6# The acknowledged unban request.
7unbanRequest: UnbanRequest
8
9}