INPUT_OBJECT

ShortVideoFeedOptions

Options used to determine the content returned in the short video feed.

link GraphQL Schema definition

1input ShortVideoFeedOptions {
4
2# The platform of the viewer -- used to curate content in the feed.
3platform: ShortVideoFeedPlatform
7
5# The type of short video feed to return.
6type: ShortVideoFeedType
8}