Skip to content

Fix N+1 query for VulnerabilityType

VulnerabilityType had N+1 query for fields that are calculated on object.finding. This was discovered in !48820 (comment 465131217)

Implementation plan

  • backend Use LookAhead feature for the VulnerabilitiesResolver to prevent having N+1 queries when the client tries to access finding related fields.
Edited by Michał Zając