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