Method: GraphQL::Tracing::NotificationsTrace#end_resolve_type

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

#end_resolve_type(type, object, context, resolved_type) ⇒ Object



161
162
163
164
# File 'lib/graphql/tracing/notifications_trace.rb', line 161

def end_resolve_type(type, object, context, resolved_type)
  finish_notifications_event
  super
end