From 1b0ba01258cf3167337693ee7f14e211abd8c524 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Mon, 6 Nov 2023 23:29:11 +0100 Subject: [PATCH] Fixed gql types --- bot/src/bot_graphql/graphql/serverStatistic.gql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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