OBJECT

DeleteChannelPermittedTermError

The errors returned from this mutation.

link GraphQL Schema definition

1type DeleteChannelPermittedTermError {
2
3# Error code that was returned.
4code: DeleteChannelPermittedTermErrorCode!
5
6}