We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f1e2d commit 41f1392Copy full SHA for 41f1392
graphql-c_parser/lib/graphql/c_parser.rb
@@ -76,7 +76,7 @@ def initialize(query_string, filename, trace)
76
def result
77
if @result.nil?
78
@tokens = @trace.lex(query_string: @query_string) do
79
- GraphQL::CParser.scan_with_c(@query_string)
+ GraphQL::CParser::Lexer.tokenize(@query_string)
80
end
81
@trace.parse(query_string: @query_string) do
82
c_parse
0 commit comments