OBJECT

ShortVideoFeedEdge

An element in a paginated list of short videos.

link GraphQL Schema definition

1type ShortVideoFeedEdge {
2
3# Uniquely identifies this item's position in a connection.
4cursor: Cursor!
5
6# The short video.
7node: ShortVideo
8
9}