ENUM

DeleteChannelBlockedTermErrorCode

The errors returned from this mutation.

link GraphQL Schema definition

1enum DeleteChannelBlockedTermErrorCode {
2
3# User does not have permission to delete blocked term in channel.
4NO_PERMISSIONS
5}