Method: GraphQL::Tracing::Trace#authorized

Defined in:
lib/graphql/tracing/trace.rb

#authorized(query:, type:, object:) ⇒ Object

[View source] [View on GitHub]

62
63
64
# File 'lib/graphql/tracing/trace.rb', line 62

def authorized(query:, type:, object:)
  yield
end