INPUT_OBJECT
UserClipsInput
Filtering criteria for paginated user clips results.
link GraphQL Schema definition
1 input UserClipsInput { 4 2 # The ID of the broadcaster to filter results by. 3 : ID 7 5 # The ID of the curator to filter results by. 6 : ID 12 8 # DEPRECATED: `filter` should no longer be used. Prefer `period` and `sort` 9 # instead. 10 # A filter which restricts results. 11 : ClipsFilter 15 13 # The name of the game to filter results by. 14 : String 18 16 # The time period to restrict clips based on creation time. 17 : ClipsPeriod 21 19 # The sort order for the clips results. 20 : ClipsSort 22 }