add uploadsCompleted to getUploadStreamWithDetails query #31
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: railbird/railbird-gql#31
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "loewy/add-uploads-completed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
a94fdd820d
to5e0d01ea5b
@ -2085,6 +2085,7 @@ export type GetUploadStreamsWithDetailsQuery = {
isCompleted: boolean;
lastIntendedSegmentBound?: number | null;
uploadCompletionCursor: number;
uploadsCompleted: number;
this is ass