Compare commits
1 Commits
loewy/add-
...
dean/leade
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
114b21400e |
@@ -6467,7 +6467,6 @@ export type UploadStreamWithDetailsFragment = {
|
||||
lastIntendedSegmentBound?: number | null;
|
||||
uploadCompletionCursor: number;
|
||||
uploadsCompleted: number;
|
||||
initPlaylistUploadStatus?: InitPlaylistUploadStatusEnum | null;
|
||||
} | null;
|
||||
};
|
||||
|
||||
@@ -6492,7 +6491,6 @@ export type GetUploadStreamsWithDetailsQuery = {
|
||||
lastIntendedSegmentBound?: number | null;
|
||||
uploadCompletionCursor: number;
|
||||
uploadsCompleted: number;
|
||||
initPlaylistUploadStatus?: InitPlaylistUploadStatusEnum | null;
|
||||
} | null;
|
||||
}>;
|
||||
pageInfo: {
|
||||
@@ -6835,7 +6833,6 @@ export const UploadStreamWithDetailsFragmentDoc = gql`
|
||||
lastIntendedSegmentBound
|
||||
uploadCompletionCursor
|
||||
uploadsCompleted
|
||||
initPlaylistUploadStatus
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -117,7 +117,6 @@ fragment UploadStreamWithDetails on VideoGQL {
|
||||
lastIntendedSegmentBound
|
||||
uploadCompletionCursor
|
||||
uploadsCompleted
|
||||
initPlaylistUploadStatus
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ type Query {
|
||||
getLongestRunsLeaderboard(
|
||||
interval: TimeInterval = null
|
||||
when: DateTime = null
|
||||
limit: Int! = 100
|
||||
limit: Int! = 50
|
||||
requiredTags: [String!] = null
|
||||
): RunLeaderboardGQL!
|
||||
getMakesLeaderboard(
|
||||
|
||||
Reference in New Issue
Block a user