[server] Optimize query behind getTeamMembers
#4470
Labels
component: server
roadmap item: teams & projects
type: improvement
Improves an existing feature or existing code
getTeamMembers(teamId)
should not get all Users one by one when building theTeamMemberInfo[]
array. Instead, it should get them all in a single query.As requested in https://github.com/gitpod-io/gitpod/pull/4401/files#r648201200
Follow-up to #4401
The text was updated successfully, but these errors were encountered: