OBJECT
ShortVideoFeedEdge
An element in a paginated list of short videos.
link GraphQL Schema definition
1 type ShortVideoFeedEdge { 2 3 # Uniquely identifies this item's position in a connection. 4 : Cursor! 5 6 # The short video. 7 : ShortVideo 8 9 }