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
|
matchesCount: Int
|
||||||
totalGoals: Int
|
totalGoals: Int
|
||||||
avgGoalsPerGame: Float
|
avgGoalsPerGame: Float
|
||||||
topScorers: [ScorerEntry!]!
|
topScorers(limit: Int): [ScorerEntry!]!
|
||||||
matches: [Match!]!
|
matches: [Match!]!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user