Method: GraphQL::Tracing::Trace#lex

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

#lex(query_string:) ⇒ Object

The Ruby parser doesn't call this method (graphql/c_parser does.)

[View source] [View on GitHub]

22
23
24
# File 'lib/graphql/tracing/trace.rb', line 22

def lex(query_string:)
  yield
end