Compare commits

..

2 Commits

Author SHA1 Message Date
1b0ba01258 Fixed gql types
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 3m52s
Deploy staging on push / on-push-deploy_sh-edraft (push) Successful in 3m3s
Deploy prod on push / on-push-deploy_sh-edraft (push) Successful in 3m3s
2023-11-06 23:29:11 +01:00
6fc5ee3ed3 Merge pull request 'Fixed DeleteUserJoinedServer' (#431) from staging into master
All checks were successful
Deploy prod on push / on-push-deploy_sh-edraft (push) Successful in 3m18s
Reviewed-on: #431
2023-11-06 21:43:36 +01:00

View File

@ -6,10 +6,10 @@ type ServerStatistic {
activeUserCount: Int activeUserCount: Int
userJoinedVoiceChannelCount: Int userJoinedVoiceChannelCount: Int
userJoinedVoiceChannelOntime: Int userJoinedVoiceChannelOntime: Float
userJoinedGameServerCount: Int userJoinedGameServerCount: Int
userJoinedGameServerOntime: Int userJoinedGameServerOntime: Float
userWarningCount: Int userWarningCount: Int