Skip to content
Snippets Groups Projects

[graphql] Convert to using the new query interpreter runtime

Merged Brett Walker requested to merge bw-graphql-interpreter into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -11,7 +11,6 @@ class GitlabSchema < GraphQL::Schema
AUTHENTICATED_MAX_DEPTH = 20
if ENV['DEBUG_GRAPHQL']
binding.pry
use Gitlab::Graphql::Timeout, max_seconds: 1200
else
# Tracers (order is important)
Loading