Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-27 21:20:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-27 21:20:35 +0300
commitfbcf5b688d3133065705b24b73330f9b9bf19181 (patch)
tree5d640c9c862feaa1ad3399fb8277c32ff70834e3 /app/graphql/types
parente8aa488899554f5fe4413779f485583d691fd5a8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/types')
-rw-r--r--app/graphql/types/time_tracking/timelog_connection_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/time_tracking/timelog_connection_type.rb b/app/graphql/types/time_tracking/timelog_connection_type.rb
index 43e6955c2a3..6ea7a3478c7 100644
--- a/app/graphql/types/time_tracking/timelog_connection_type.rb
+++ b/app/graphql/types/time_tracking/timelog_connection_type.rb
@@ -5,7 +5,7 @@ module Types
# rubocop: disable Graphql/AuthorizeTypes
class TimelogConnectionType < CountableConnectionType
field :total_spent_time,
- GraphQL::Types::Int,
+ GraphQL::Types::BigInt,
null: false,
description: 'Total time spent in seconds.'