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