Method: GraphQL::Tracing::NotificationsTrace#dataloader_fiber_yield

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

#dataloader_fiber_yield(source) ⇒ Object



133
134
135
136
# File 'lib/graphql/tracing/notifications_trace.rb', line 133

def dataloader_fiber_yield(source)
  Fiber[PREVIOUS_EV_KEY] = finish_notifications_event
  super
end