diff --git a/lib/graphql/schema.ts b/lib/graphql/schema.ts index 8b28aa9..cb56b21 100644 --- a/lib/graphql/schema.ts +++ b/lib/graphql/schema.ts @@ -10,7 +10,7 @@ export const typeDefs = /* GraphQL */ ` matchesCount: Int totalGoals: Int avgGoalsPerGame: Float - topScorers: [ScorerEntry!]! + topScorers(limit: Int): [ScorerEntry!]! matches: [Match!]! }