INPUT_OBJECT

DeleteCheermoteTierInput

The input for delete cheermote tier.

link GraphQL Schema definition

1input DeleteCheermoteTierInput {
4
2# Threshold of the cheermote tier to be deleted.
3tierThreshold: CheermoteTierThreshold!
7
5# ID of the owner of the cheermote tier being deleted.
6userID: ID!
8}