Files
probo/pkg
Bryan Frimin d24712344e Add GraphQL dataloaders for batched record lookups
Introduce dataloadgen-based dataloaders to batch individual
record-by-ID fetches in GraphQL resolvers into single SQL
queries. Each entity type (organization, framework, control,
vendor, document, risk, measure, task, file, report, profile)
gets a LoadByIDs method in coredata and a GetByIDs service
method with variadic arguments and dedicated collection return
types. Resolvers now use dataloader.FromContext instead of
direct service calls for single-record lookups.

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2026-03-25 15:19:46 +01:00
..
2026-03-16 00:28:47 +01:00
2026-03-06 15:00:42 +01:00
2026-02-02 18:42:50 +01:00
2026-03-13 17:18:02 +01:00
2026-03-06 15:00:42 +01:00
2026-03-13 17:18:02 +01:00
2026-03-13 14:48:13 +01:00
2026-01-17 12:34:23 -08:00
2026-03-16 00:28:47 +01:00
2026-03-13 17:18:02 +01:00
2025-07-14 12:38:07 +02:00
2026-03-16 00:28:47 +01:00
2026-03-16 00:28:47 +01:00
2025-12-15 18:24:00 +01:00
2026-03-13 14:48:13 +01:00