Declare taxonomy filter variables on the makes/runs leaderboards #302
Reference in New Issue
Block a user
No description provided.
Delete Branch "dean/leaderboard-filter-operations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The backend leaderboard resolvers gained game_type, table size and pocket
size filters, but GetMakesLeaderboard and GetRunsLeaderboard never declared
them — GraphQL silently drops undeclared variables, so anything the client
passed was ignored and both boards stayed global.
Declare and forward the five filter args on both queries, matching the
names the drill run leaderboard already uses.