feat: introducing metrics to admin dashboard homepage (#47)

This commit is contained in:
Joel Jacob Stephen
2023-03-20 19:26:03 +05:30
committed by GitHub
parent 73a0255ae8
commit c611b39f52
3 changed files with 72 additions and 24 deletions

View File

@@ -0,0 +1,8 @@
query Metrics {
admin {
usersCount
teamsCount
teamRequestsCount
teamCollectionsCount
}
}