diff --git a/bot/src/bot_graphql/graphql/serverStatistic.gql b/bot/src/bot_graphql/graphql/serverStatistic.gql index 9f3b5c9f..8cdb3591 100644 --- a/bot/src/bot_graphql/graphql/serverStatistic.gql +++ b/bot/src/bot_graphql/graphql/serverStatistic.gql @@ -6,10 +6,10 @@ type ServerStatistic { activeUserCount: Int userJoinedVoiceChannelCount: Int - userJoinedVoiceChannelOntime: Int + userJoinedVoiceChannelOntime: Float userJoinedGameServerCount: Int - userJoinedGameServerOntime: Int + userJoinedGameServerOntime: Float userWarningCount: Int