Method: GraphQL::Tracing::StatsdTrace#platform_authorized_key

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

#platform_authorized_key(type) ⇒ Object

[View source] [View on GitHub]

49
50
51
# File 'lib/graphql/tracing/statsd_trace.rb', line 49

def platform_authorized_key(type)
  "graphql.authorized.#{type.graphql_name}"
end