We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b9de2 commit a0eb401Copy full SHA for a0eb401
lib/graphql/schema.rb
@@ -991,7 +991,7 @@ def new_trace(**options)
991
if defined?(@trace_options)
992
options = trace_options.merge(options)
993
end
994
- trace_mode = if (target = options[:query] || options[:multiplex]) && (use_backtrace = target.context[:backtrace])
+ trace_mode = if (target = options[:query] || options[:multiplex]) && target.context[:backtrace]
995
:default_backtrace
996
else
997
:default
0 commit comments