OBJECT
UpdateEmoteOrdersPayload
The result of an updateEmoteOrders mutation.
link GraphQL Schema definition
1 type UpdateEmoteOrdersPayload { 2 3 # Emotes are the newly reordered emotes. 4 : [Emote!] 5 6 # Service error, if any. 7 : UpdateEmoteOrdersError 8 9 }