diff --git a/src/index.tsx b/src/index.tsx index abf7e70..bb0fc26 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -418,6 +418,7 @@ export type UserPlayTimeGql = { export type VideoFilterInput = { isStreamCompleted?: InputMaybe; + requireCursorCompletion?: Scalars["Boolean"]["input"]; }; export type VideoGql = { diff --git a/src/schema.gql b/src/schema.gql index d8c91be..951a0af 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -299,6 +299,7 @@ type PageInfoGQL { input VideoFilterInput { isStreamCompleted: Boolean = null + requireCursorCompletion: Boolean! = true } type Mutation {