Require cursor completion
This commit is contained in:
@@ -418,6 +418,7 @@ export type UserPlayTimeGql = {
|
||||
|
||||
export type VideoFilterInput = {
|
||||
isStreamCompleted?: InputMaybe<Scalars["Boolean"]["input"]>;
|
||||
requireCursorCompletion?: Scalars["Boolean"]["input"];
|
||||
};
|
||||
|
||||
export type VideoGql = {
|
||||
|
||||
Reference in New Issue
Block a user