Method: GraphQL::Tracing::CallLegacyTracers#authorized_lazy
- Defined in:
- lib/graphql/tracing/call_legacy_tracers.rb
permalink #authorized_lazy(query:, type:, object:) ⇒ Object
[View source] [View on GitHub]
53 54 55 |
# File 'lib/graphql/tracing/call_legacy_tracers.rb', line 53 def (query:, type:, object:) query.trace("authorized_lazy", { context: query.context, type: type, object: object, path: query.context[:current_path] }) { super } end |