INPUT_OBJECT

SetEmoteAnimationsSettingCalloutDismissedInput

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

link GraphQL Schema definition

1input SetEmoteAnimationsSettingCalloutDismissedInput {
4
2# Whether the emote animations setting callout is dismissed by the user.
3isEmoteAnimationsSettingCalloutDismissed: Boolean!
5}