Declare taxonomy filter variables on the makes/runs leaderboards #302

Merged
dean merged 1 commits from dean/leaderboard-filter-operations into master 2026-07-21 16:59:35 +00:00
Member

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.

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.
dean added 1 commit 2026-07-21 16:31:07 +00:00
Declare taxonomy filter variables on the makes/runs leaderboards
All checks were successful
Tests / Tests (pull_request) Successful in 18s
aa731b85fc
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.
dean merged commit 1d73b2d67b into master 2026-07-21 16:59:35 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: railbird/railbird-gql#302
No description provided.