INPUT_OBJECT

UpdateEmoteOrdersInput

The required input for an updateEmoteOrders mutation.

link GraphQL Schema definition

1input UpdateEmoteOrdersInput {
4
2# The list of emotes with their newly requested orders in a particular group.
3orders: [EmoteOrder!]!
5}