mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add query for communty statistics
This commit is contained in:
parent
f4b34da415
commit
0e37fe283c
15
admin/src/graphql/communityStatistics.js
Normal file
15
admin/src/graphql/communityStatistics.js
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
import gql from 'graphql-tag'
|
||||||
|
|
||||||
|
export const communityStatistics = gql`
|
||||||
|
query {
|
||||||
|
communityStatistics {
|
||||||
|
totalUsers
|
||||||
|
activeUsers
|
||||||
|
deletedUsers
|
||||||
|
totalGradidoCreated
|
||||||
|
totalGradidoDecayed
|
||||||
|
totalGradidoAvailable
|
||||||
|
totalGradidoUnbookedDecayed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
`
|
||||||
Loading…
x
Reference in New Issue
Block a user