Compare commits
No commits in common. "1c4961db5b1993778cc41c07f81b0359a1fc636b" and "e8938621fc09da693209dbf462a3c96a2096b1a5" have entirely different histories.
1c4961db5b
...
e8938621fc
@ -2085,7 +2085,6 @@ export type GetUploadStreamsWithDetailsQuery = {
|
||||
isCompleted: boolean;
|
||||
lastIntendedSegmentBound?: number | null;
|
||||
uploadCompletionCursor: number;
|
||||
uploadsCompleted: number;
|
||||
} | null;
|
||||
}>;
|
||||
pageInfo: {
|
||||
@ -4210,7 +4209,6 @@ export const GetUploadStreamsWithDetailsDocument = gql`
|
||||
isCompleted
|
||||
lastIntendedSegmentBound
|
||||
uploadCompletionCursor
|
||||
uploadsCompleted
|
||||
}
|
||||
}
|
||||
pageInfo {
|
||||
|
@ -72,7 +72,6 @@ query GetUploadStreamsWithDetails(
|
||||
isCompleted
|
||||
lastIntendedSegmentBound
|
||||
uploadCompletionCursor
|
||||
uploadsCompleted
|
||||
}
|
||||
}
|
||||
pageInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user