OBJECT
DeleteCheermoteTierError
Error returned after attempting to delete a cheermote tier.
link GraphQL Schema definition
1 type DeleteCheermoteTierError { 2 3 # The error code associated with this error. 4 : DeleteCheermoteTierErrorCode! 5 6 }
OBJECT
Error returned after attempting to delete a cheermote tier.
1 type DeleteCheermoteTierError { 2 3 # The error code associated with this error. 4 : DeleteCheermoteTierErrorCode! 5 6 }