Module: Skylight::Probes::GraphQL::InstrumentationV2 Private
- Defined in:
- lib/skylight/probes/graphql.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: AnalyzeQueryNotification, ClassMethods, ExecuteMultiplexNotification, ExecuteQueryLazyNotification, ExecuteQueryNotification
Class Method Summary collapse
- .included(base) ⇒ Object private
Class Method Details
.included(base) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
22 23 24 |
# File 'lib/skylight/probes/graphql.rb', line 22 def self.included(base) base.singleton_class.prepend ClassMethods end |