Module: NewRelic::Security::Instrumentation::GraphQL::Query::Executor::Prepend
- Defined in:
- lib/newrelic_security/instrumentation-security/graphql/prepend.rb
Constant Summary
Constants included from NewRelic::Security::Instrumentation::GraphQL::Query::Executor
GRAPHQL_QUERY, GRAPHQL_VARIABLE, STAR_DOT_QUERY, STAR_DOT_VARIABLES
Instance Method Summary collapse
Methods included from NewRelic::Security::Instrumentation::GraphQL::Query::Executor
Instance Method Details
#execute ⇒ Object
9 10 11 |
# File 'lib/newrelic_security/instrumentation-security/graphql/prepend.rb', line 9 def execute execute_on_enter { return super } end |