stash/ui/v2.5/graphql
CJ 9b709ef614
Perf: Add lightweight ListGroupData fragment for groups list (#6478)
Create a new ListGroupData fragment that excludes expensive recursive
count fields (scene_count_all, sub_group_count_all, etc. with depth: -1).
These fields cause 10+ second queries on large databases when loading
the groups list page.

The full GroupData fragment is preserved for detail views where the
recursive counts are needed.
2026-01-06 11:48:16 +11:00
..
data Perf: Add lightweight ListGroupData fragment for groups list (#6478) 2026-01-06 11:48:16 +11:00
mutations Performer merge (#5910) 2026-01-05 15:54:19 +11:00
queries Perf: Add lightweight ListGroupData fragment for groups list (#6478) 2026-01-06 11:48:16 +11:00
client-schema.graphql Default view filters (#4962) 2024-06-18 10:51:52 +10:00
subscriptions.graphql feat: Add ETA for tasks (#5535) 2025-01-30 13:28:40 +11:00