OBJECT
ShortVideo
A short video from a ShortVideoFeed and its relevant metadata.
link GraphQL Schema definition
1 type ShortVideo { 2 3 # The actual short form video content to display. 4 : ShortVideoContent 5 6 # The ID of the short form video. 7 : ID! 8 9 # All of the reactions on this short form video. 10 : [ShortVideoReaction!]! 11 12 }