Module: NewRelic::Security::Instrumentation::GraphQL::Query::Executor::Prepend

Includes:
NewRelic::Security::Instrumentation::GraphQL::Query::Executor
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

#execute_on_enter

Instance Method Details

#executeObject



9
10
11
# File 'lib/newrelic_security/instrumentation-security/graphql/prepend.rb', line 9

def execute
  execute_on_enter { return super }
end