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
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -20,7 +20,6 @@ class GitlabSchema < GraphQL::Schema
use Gitlab::Graphql::Tracers::LoggerTracer
use Gitlab::Graphql::GenericTracing # Old tracer which will be removed eventually
use Gitlab::Graphql::Tracers::TimerTracer
end
use GraphQL::Subscriptions::ActionCableSubscriptions
use GraphQL::Pagination::Connections
@@ -186,4 +185,4 @@ def get_type(type_name)
# See:
# - https://gitlab.com/gitlab-org/gitlab/-/issues/211478
# - https://gitlab.com/gitlab-org/gitlab/-/issues/210556
GitlabSchema.graphql_definition
# GitlabSchema.graphql_definition
Loading