OBJECT

CommunityPointsEmote

A community points emote.

link GraphQL Schema definition

1type CommunityPointsEmote {
2
3# The emote's identifier.
4id: ID!
5
6# The text token of the emote.
7token: String!
8
9}