Method: GraphQL::Tracing::StatsdTrace#platform_authorized_key
- Defined in:
- lib/graphql/tracing/statsd_trace.rb
permalink #platform_authorized_key(type) ⇒ Object
[View source] [View on GitHub]
49 50 51 |
# File 'lib/graphql/tracing/statsd_trace.rb', line 49 def (type) "graphql.authorized.#{type.graphql_name}" end |