OBJECT

MentionUserSnippets

link GraphQL Schema definition

1type MentionUserSnippets {
2
3text: String
4
5startTime: Float
6
7endTime: Float
8
9transcriptStartDate: DateTime
10
11transcriptEndDate: DateTime
12
13snippets: [MentionSnippets]
14
15}