Method: GraphQL::Tracing::ActiveSupportNotificationsTrace#initialize
- Defined in:
- lib/graphql/tracing/active_support_notifications_trace.rb
#initialize(engine: ActiveSupport::Notifications, **rest) ⇒ Object
22 23 24 |
# File 'lib/graphql/tracing/active_support_notifications_trace.rb', line 22 def initialize(engine: ActiveSupport::Notifications, **rest) super end |