INPUT_OBJECT

DeleteEmoteInput

The input for delete emote.

link GraphQL Schema definition

1input DeleteEmoteInput {
4
2# ID of the emote to be deleted.
3id: ID!
5}