INPUT_OBJECT
EmoteModifierGroupInput
A set of modifications to apply to a tier of emotes for a creator.
link GraphQL Schema definition
1 input EmoteModifierGroupInput { 4 2 # The modifiers to set. 3 : [PermanentEmoteModifier!]! 7 5 # The ID of the product to set the modifiers for. 6 : ID! 8 }