INPUT_OBJECT

UserClipsInput

Filtering criteria for paginated user clips results.

link GraphQL Schema definition

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