OBJECT

StorySegmentMentionAction

link GraphQL Schema definition

1type StorySegmentMentionAction {
2
3actor: User
4
5annotation: AnnotationLink
6
7mentionedUser: User
8
9segment: StorySegment
10
11}