INPUT_OBJECT

VideoTopClipsInput

Filtering criteria for paginated video top clips results.

link GraphQL Schema definition

1input VideoTopClipsInput {
4
2# The ID of the curator to filter results by.
3curatorID: ID
7
5# The time period to restrict clips based on creation time.
6period: ClipsPeriod
10
8# The sort order for the clips results.
9sort: ClipsSort
11}

link Required by