OBJECT

ReactionStat

link GraphQL Schema definition

1type ReactionStat {
2
3count: Int!
4
5type: String
6
7}