INPUT_OBJECT
DeleteCheermoteTierInput
The input for delete cheermote tier.
link GraphQL Schema definition
1 input DeleteCheermoteTierInput { 4 2 # Threshold of the cheermote tier to be deleted. 3 : CheermoteTierThreshold! 7 5 # ID of the owner of the cheermote tier being deleted. 6 : ID! 8 }