Fix N+1 queries with loading group issues with GraphQL
Previously when group issues were queried, we called a SELECT for each project and its associated project features to check whether the user had permission to read the issue. We now solve this by preloading those items unconditionally.
Showing
Please register or sign in to comment