gqlparser icon indicating copy to clipboard operation
gqlparser copied to clipboard

The lexer does not return comment token

Open tenntenn opened this issue 4 years ago • 0 comments

https://github.com/vektah/gqlparser/blob/master/lexer/lexer.go#L124-L125 The lexer does not return a comment token.

How can I get comment tokens from the lexer?

tenntenn avatar Mar 09 '21 02:03 tenntenn