Compare commits
2 Commits
e8938621fc
...
1c4961db5b
Author | SHA1 | Date | |
---|---|---|---|
1c4961db5b | |||
5e0d01ea5b |
@ -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 {
|
||||
|
@ -72,6 +72,7 @@ query GetUploadStreamsWithDetails(
|
||||
isCompleted
|
||||
lastIntendedSegmentBound
|
||||
uploadCompletionCursor
|
||||
uploadsCompleted
|
||||
}
|
||||
}
|
||||
pageInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user