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