INPUT_OBJECT
UpdateCheermoteTierInput
The data needed to update or create a broadcaster's custom cheermotes for a given tier.
link GraphQL Schema definition
1 input UpdateCheermoteTierInput { 4 2 # A list containing the image IDs for all assets needed for the cheermote tier. 3 : [EmoteImageAssetInput!]! 7 5 # The cheermote tier that should be updated. 6 : CheermoteTierThreshold! 10 8 # The user whose cheermotes are being updated. 9 : ID! 11 }