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
4 files
+ 7
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -11,8 +11,8 @@ class GitlabSchema < GraphQL::Schema
AUTHENTICATED_MAX_DEPTH = 20
# use new GraphQL interpreter
use GraphQL::Execution::Interpreter
use GraphQL::Analysis::AST
# use GraphQL::Execution::Interpreter
# use GraphQL::Analysis::AST
# Tracers (order is important)
use Gitlab::Graphql::Tracers::ApplicationContextTracer
Loading