Method: GraphQL::Tracing::NotificationsTrace#lex

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

#lex(**payload) ⇒ Object



95
96
97
98
99
# File 'lib/graphql/tracing/notifications_trace.rb', line 95

def lex(**payload)
  @notifications.instrument("lex.graphql", payload) do
    super
  end
end