INPUT_OBJECT

SetEmoteAnimationsEnabledInput

The required input to set a user's emote animations setting.

link GraphQL Schema definition

1input SetEmoteAnimationsEnabledInput {
4
2# Whether emote animations should be enabled for the current user.
3isEmoteAnimationsEnabled: Boolean!
5}