ENUM

ShortVideoFeedType

The type of short form video feed.

link GraphQL Schema definition

1enum ShortVideoFeedType {
2
3# Return a video feed based off the channels the user is following.
4FOLLOWING
5
6# Return a video feed based off an recommendations model.
7RECOMMENDED
8}