OBJECT

DeleteChannelBlockedTermError

Errors that the mutation returns.

link GraphQL Schema definition

1type DeleteChannelBlockedTermError {
2
3# The error code that the mutation returned.
4code: DeleteChannelBlockedTermErrorCode!
5
6}