Method: GraphQL::Tracing::NotificationsTrace#begin_resolve_type
- Defined in:
- lib/graphql/tracing/notifications_trace.rb
#begin_resolve_type(type, object, context) ⇒ Object
156 157 158 159 |
# File 'lib/graphql/tracing/notifications_trace.rb', line 156 def begin_resolve_type(type, object, context) begin_notifications_event("resolve_type.graphql", {type: type, object: object, context: context}) super end |