add uploadsCompleted to getUploadStreamWithDetails query #31

Merged
loewy merged 1 commits from loewy/add-uploads-completed into master 2024-08-13 11:22:10 -06:00
2 changed files with 3 additions and 0 deletions

View File

@ -2085,6 +2085,7 @@ export type GetUploadStreamsWithDetailsQuery = {
isCompleted: boolean;
lastIntendedSegmentBound?: number | null;
uploadCompletionCursor: number;
uploadsCompleted: number;
countablecloud marked this conversation as resolved
Review

this is ass

this is ass
} | null;
}>;
pageInfo: {
@ -4209,6 +4210,7 @@ export const GetUploadStreamsWithDetailsDocument = gql`
isCompleted
lastIntendedSegmentBound
uploadCompletionCursor
uploadsCompleted
}
}
pageInfo {

View File

@ -72,6 +72,7 @@ query GetUploadStreamsWithDetails(
isCompleted
lastIntendedSegmentBound
uploadCompletionCursor
uploadsCompleted
}
}
pageInfo {