Method: GraphQL::Tracing::NewRelicTrace#platform_authorized_key

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

#platform_authorized_key(type) ⇒ Object

[View source] [View on GitHub]

68
69
70
# File 'lib/graphql/tracing/new_relic_trace.rb', line 68

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