Skip to content

fix(team manager): allow for empty graphql responses

nickstiffler requested to merge teams-manager into master

For some reason, the graphql queries are empty initially. They get called three times. The first it is empty, but the second two have data.

Merge request reports