Skip to content

Fix N+1 when querying value stream stages

Felipe Artur requested to merge issue_40995_fix_n_plus_1_queries into master

What does this MR do and why?

Prevent N+1 queries when fetching value stream stages using GraphQL. There are no user-facing changes.

related to #409995 (closed)

How to set up and validate locally

Execute request spec present on this MR.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports