Add limit parameter

This commit is contained in:
2025-01-16 20:16:14 -07:00
parent 4f78cd94ab
commit f1ae2b62d6
2 changed files with 2 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ type Query {
getLongestRunsLeaderboard(
interval: TimeInterval = null
when: DateTime = null
limit: Int! = 100
requiredTags: [String!] = null
): RunLeaderboardGQL!
getMakesLeaderboard(