OBJECT

CreateUnbanRequestPayload

Result of a createUnbanRequest mutation.

link GraphQL Schema definition

1type CreateUnbanRequestPayload {
2
3# Error from attempting to create unban request.
4error: CreateUnbanRequestError
5
6# The newly created unban request.
7unbanRequest: UnbanRequest
8
9}