OBJECT

MentionHit

link GraphQL Schema definition

1type MentionHit {
2
3queryTerm: String
4
5startTime: Float
6
7endTime: Float
8
9}