Khan / genqlient

a truly type-safe Go GraphQL client
MIT License
1.07k stars 107 forks source link

Update gqlparser to omit comments #284

Closed StevenACoffman closed 1 year ago

StevenACoffman commented 1 year ago

See https://github.com/vektah/gqlparser/pull/271

This updates gqlparser dependency to v2.5.8, which defaults to not including comments. This PR will update the snapshots and generated files to match that. The AST will still include the comments in the dump, so the tweak to that one test in parse_test.go is still necessary, so that remains in place.

Signed-off-by: Steve Coffman steve@khanacademy.org