Add drill leaderboard run dates to gql
All checks were successful
Tests / Tests (pull_request) Successful in 25s

This commit is contained in:
Dean Wenstrand
2026-06-23 08:47:08 -07:00
parent d428a8caa2
commit d7b1aaee13
2 changed files with 3 additions and 0 deletions

View File

@@ -4700,6 +4700,7 @@ export type GetDrillRunLeaderboardQuery = {
__typename?: "VideoGQL"; __typename?: "VideoGQL";
tableSize: number; tableSize: number;
pocketSize?: number | null; pocketSize?: number | null;
createdAt?: any | null;
}; };
user: { user: {
__typename?: "UserGQL"; __typename?: "UserGQL";
@@ -9817,6 +9818,7 @@ export const GetDrillRunLeaderboardDocument = gql`
video { video {
tableSize tableSize
pocketSize pocketSize
createdAt
} }
user { user {
id id

View File

@@ -56,6 +56,7 @@ query GetDrillRunLeaderboard(
video { video {
tableSize tableSize
pocketSize pocketSize
createdAt
} }
user { user {
id id