OBJECT

StorySegmentReactionAction

link GraphQL Schema definition

1type StorySegmentReactionAction {
2
3actor: User
4
5reaction: ReactionStat
6
7segment: StorySegment
8
9}