gqlparser
gqlparser copied to clipboard
The lexer does not return comment token
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?