Files
probo/pkg/iam
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-25 09:40:44 +01:00
2026-03-11 15:34:37 +01:00
2026-03-06 15:00:42 +01:00
2026-03-21 19:16:21 +01:00
2026-03-13 17:18:02 +01:00
2026-03-21 19:16:21 +01:00
2026-01-17 11:37:39 -08:00
2026-02-12 16:21:11 +04:00
2026-03-13 17:18:02 +01:00