module Yabeda::GraphQL
Constants
- REQUEST_BUCKETS
- VERSION
Public Class Methods
use(schema)
click to toggle source
# File lib/yabeda/graphql.rb, line 32 def self.use(schema) schema.instrument(:query, Instrumentation.new) schema.use Tracing, trace_scalars: true end