OBJECT

ShortVideoFeedConnection

A paginated list of short videos.

link GraphQL Schema definition

1type ShortVideoFeedConnection {
2
3# The list edges contain ShortVideoFeedEdges with pagination information.
4edges: [ShortVideoFeedEdge!]!
5
6# Information about pagination in this connection.
7pageInfo: PageInfo!
8
9}