OBJECT

DeleteCheermoteTierError

Error returned after attempting to delete a cheermote tier.

link GraphQL Schema definition

1type DeleteCheermoteTierError {
2
3# The error code associated with this error.
4code: DeleteCheermoteTierErrorCode!
5
6}