INPUT_OBJECT

RemoveEmoteFromGroupInput

The input for remove emote from group.

link GraphQL Schema definition

1input RemoveEmoteFromGroupInput {
4
2# ID of the emote to be removed from its group.
3emoteID: ID!
5}