WatchHistoryFilters
Filters for watch history entries querying.
input WatchHistoryFilters {
distinct: WatchHistoryDistinctField
limit: Int
showId: [UUID!]!
skip: Int
videoId: [UUID!]!
}
Fields
WatchHistoryFilters.distinct
● WatchHistoryDistinctField
enum references
Field to use for distinct watch history entry results.
WatchHistoryFilters.limit
● Int
scalar references
Number of entries to retrieve (default: 50, max: 200).
WatchHistoryFilters.showId
● [UUID!]!
non-null scalar references
Show IDs to filter records for.
WatchHistoryFilters.skip
● Int
scalar references
Number of entries to skip.
WatchHistoryFilters.videoId
● [UUID!]!
non-null scalar references
Video IDs to filter records for.
Member Of
viewerWatchHistory
query