INPUT_OBJECT

AssignEmoteToSubscriptionProductInput

The input for assign emote to subscription product.

link GraphQL Schema definition

1input AssignEmoteToSubscriptionProductInput {
4
2# ID of the emote to be assigned.
3emoteID: ID!
7
5# ID of the subscription product to assign the emote to.
6productID: ID!
8}