GetMyDrillRuns: include run date (video.createdAt)
All checks were successful
Tests / Tests (pull_request) Successful in 9s
All checks were successful
Tests / Tests (pull_request) Successful in 9s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -4667,6 +4667,7 @@ export type GetMyDrillRunsQuery = {
|
||||
id: number;
|
||||
runLength: number;
|
||||
videoId: number;
|
||||
video: { __typename?: "VideoGQL"; createdAt?: any | null };
|
||||
}>;
|
||||
};
|
||||
|
||||
@@ -9749,6 +9750,9 @@ export const GetMyDrillRunsDocument = gql`
|
||||
id
|
||||
runLength
|
||||
videoId
|
||||
video {
|
||||
createdAt
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -66,5 +66,8 @@ query GetMyDrillRuns($drillTag: String!, $limit: Int = 50) {
|
||||
id
|
||||
runLength
|
||||
videoId
|
||||
video {
|
||||
createdAt
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user