using:
mutation EmoteSets {
emoteSets {
emoteSet(id: "emoteSetId") {
addEmote(id: { emoteId: "emoteId" }) {
id
name
}
}
}
}
returns the id and name of the emoteSet rather than the emote added using addEmote even though the id and name fields are within addEmote.
i am interested in just the emote name when adding with just an id provided but i do not know how to get the name in the response instead of the listener