Sha256: 1b7aedd6100974e55abed94d922c4a352ca217ddd19f29b9c00cab6a977c2a62
Contents?: true
Size: 400 Bytes
Versions: 76
Compression:
Stored size: 400 Bytes
Contents
# frozen_string_literal: true require 'graphql/tracing/notifications_trace' module GraphQL module Tracing # This implementation forwards events to ActiveSupport::Notifications # with a `graphql` suffix. module ActiveSupportNotificationsTrace include NotificationsTrace def initialize(engine: ActiveSupport::Notifications, **rest) super end end end end
Version data entries
76 entries across 76 versions & 1 rubygems