Method: GraphQL::Tracing::NewRelicTracing#platform_authorized_key

Defined in:
lib/graphql/tracing/new_relic_tracing.rb

#platform_authorized_key(type) ⇒ Object

[View source] [View on GitHub]

44
45
46
# File 'lib/graphql/tracing/new_relic_tracing.rb', line 44

def platform_authorized_key(type)
  "GraphQL/Authorize/#{type.graphql_name}"
end