diff --git a/src/index.tsx b/src/index.tsx index a98b735..d8391b3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2085,6 +2085,7 @@ export type GetUploadStreamsWithDetailsQuery = { isCompleted: boolean; lastIntendedSegmentBound?: number | null; uploadCompletionCursor: number; + uploadsCompleted: number; } | null; }>; pageInfo: { @@ -4209,6 +4210,7 @@ export const GetUploadStreamsWithDetailsDocument = gql` isCompleted lastIntendedSegmentBound uploadCompletionCursor + uploadsCompleted } } pageInfo { diff --git a/src/operations/video_upload.gql b/src/operations/video_upload.gql index d18d278..72ae525 100644 --- a/src/operations/video_upload.gql +++ b/src/operations/video_upload.gql @@ -72,6 +72,7 @@ query GetUploadStreamsWithDetails( isCompleted lastIntendedSegmentBound uploadCompletionCursor + uploadsCompleted } } pageInfo {