OBJECT
ShortVideoFeedConnection
A paginated list of short videos.
link GraphQL Schema definition
1 type ShortVideoFeedConnection { 2 3 # The list edges contain ShortVideoFeedEdges with pagination information. 4 : [ShortVideoFeedEdge!]! 5 6 # Information about pagination in this connection. 7 : PageInfo! 8 9 }