diff options
Diffstat (limited to 'webui/src/pages/identity/GetUserStatistic.graphql')
-rw-r--r-- | webui/src/pages/identity/GetUserStatistic.graphql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webui/src/pages/identity/GetUserStatistic.graphql b/webui/src/pages/identity/GetUserStatistic.graphql index a7598320..bc7ab874 100644 --- a/webui/src/pages/identity/GetUserStatistic.graphql +++ b/webui/src/pages/identity/GetUserStatistic.graphql @@ -4,6 +4,7 @@ query GetUserStatistic( $actionQuery: String! ) { repository { + name authored: allBugs(query: $authorQuery) { totalCount } |