OBJECT

AnnotationLink

link GraphQL Schema definition

1type AnnotationLink {
2
3content: String
4
5id: Int!
6
7segmentId: Int!
8
9tagId: Int!
10
11type: String
12
13url: String
14
15}