INPUT_OBJECT

EmoteModifierGroupInput

A set of modifications to apply to a tier of emotes for a creator.

link GraphQL Schema definition

1input EmoteModifierGroupInput {
4
2# The modifiers to set.
3modifiers: [PermanentEmoteModifier!]!
7
5# The ID of the product to set the modifiers for.
6productID: ID!
8}