fix: add limit arg to Tournament.topScorers in GraphQL schema
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ export const typeDefs = /* GraphQL */ `
|
||||
matchesCount: Int
|
||||
totalGoals: Int
|
||||
avgGoalsPerGame: Float
|
||||
topScorers: [ScorerEntry!]!
|
||||
topScorers(limit: Int): [ScorerEntry!]!
|
||||
matches: [Match!]!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user