OBJECT
StorySegment
link GraphQL Schema definition
1 type StorySegment { 2 3 : [AnnotationLink!]! 4 5 : StorySegmentAnnotation! 6 7 : Int 8 9 : Boolean! 10 11 : Int! 12 13 : StorySegmentMedia! 14 15 : StorySegmentDimensions! 16 17 : String! 18 19 : StorySegmentPoster! 20 21 : Project 22 23 : [ReactionStat!]! 24 25 : String! 26 27 : Int! 28 29 : String! 30 31 : String! 32 33 : User! 34 35 : Int! 36 37 }