Method: GraphQL::Tracing::StatsdTracing#platform_authorized_key
- Defined in:
- lib/graphql/tracing/statsd_tracing.rb
permalink #platform_authorized_key(type) ⇒ Object
[View source] [View on GitHub]
35 36 37 |
# File 'lib/graphql/tracing/statsd_tracing.rb', line 35 def (type) "graphql.authorized.#{type.graphql_name}" end |