INPUT_OBJECT
UnlockChosenSubscriberEmoteInput
Input for unlocking a chosen subscriber emote with Community Points.
link GraphQL Schema definition
1 input UnlockChosenSubscriberEmoteInput { 4 2 # The channel the emote is being redeemed on. 3 : ID! 7 5 # The client's perception of the reward's cost. 6 : Int! 10 8 # The emote to unlock. 9 : ID! 13 11 # Client-set identifier for the transaction. This ID should be universally unique. 12 : ID! 14 }