• Stan Hu's avatar
    Fix N+1 queries with loading group issues with GraphQL · 80545180
    Stan Hu authored
    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.
    80545180
sh-fix-nplus-one-graphql-group-issues.yml 113 Bytes