OBJECT

UpdateEmoteOrdersPayload

The result of an updateEmoteOrders mutation.

link GraphQL Schema definition

1type UpdateEmoteOrdersPayload {
2
3# Emotes are the newly reordered emotes.
4emotes: [Emote!]
5
6# Service error, if any.
7error: UpdateEmoteOrdersError
8
9}