OBJECT

UnbanRequestError

Error returned from an update mutation.

link GraphQL Schema definition

1type UnbanRequestError {
2
3# The error code returned from an update mutation.
4code: UnbanRequestErrorCode!
5
6}