OBJECT

StoryUserReengagedAction

link GraphQL Schema definition

1type StoryUserReengagedAction {
2
3actor: User
4
5segment: StorySegment
6
7}