Compare commits

..

No commits in common. "1c4961db5b1993778cc41c07f81b0359a1fc636b" and "e8938621fc09da693209dbf462a3c96a2096b1a5" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -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 {

View File

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