OBJECT
AcknowledgeUnbanRequestPayload
Result of acknowledging an unban request.
link GraphQL Schema definition
1 type AcknowledgeUnbanRequestPayload { 2 3 # Used for errors arising from acknowledging the unban request. 4 : UnbanRequestError 5 6 # The acknowledged unban request. 7 : UnbanRequest 8 9 }