INPUT_OBJECT

VideoSearchFilter

link GraphQL Schema definition

1input VideoSearchFilter {
4
2# The creative field the videos are filtered to, e.g. "graphic design"
3creativeField: VideoSearchCreativeField
7
5# Length of the videos being searched, e.g. "long", "short"
6duration: VideoDurationFilter
10
8# Query creative fields associated with a video
9field: creative_field
13
11# Specify the way the videos are sorted
12sort: VideoSortType
16
14# Type of files attached to the videos being searched
15sourceFiles: VideoSourceFilesFilter
19
17# Type of subscription for the videos being searched, e.g. "premium"
18subscription: VideoSubscriptionFilter
22
20# Specify the tool id the videos are filtered to
21tools: VideoSearchToolId
25
23# Type of the videos being searched, e.g. "adobe live"
24videoType: VideoSearchTypeFilter
26}

link Required by