Method: GraphQL::Tracing::NotificationsTrace#begin_authorized
- Defined in:
- lib/graphql/tracing/notifications_trace.rb
#begin_authorized(type, object, context) ⇒ Object
146 147 148 149 |
# File 'lib/graphql/tracing/notifications_trace.rb', line 146 def (type, object, context) begin_notifications_event("authorized.graphql", {type: type, object: object, context: context}) super end |