OBJECT

MentionSnippets

link GraphQL Schema definition

1type MentionSnippets {
2
3text: String
4
5startTime: Float
6
7endTime: Float
8
9hits: [MentionHit]
10
11}