summaryrefslogtreecommitdiff
path: root/app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb')
-rw-r--r--app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb b/app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb
index 0b3c4cf55b9..ad31854b30c 100644
--- a/app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb
+++ b/app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb
@@ -8,11 +8,11 @@ module Types
description 'An object context for a Sentry error stack trace'
field :line,
- GraphQL::INT_TYPE,
+ GraphQL::Types::Int,
null: false,
description: 'Line number of the context.'
field :code,
- GraphQL::STRING_TYPE,
+ GraphQL::Types::String,
null: false,
description: 'Code number of the context.'