vektah / gqlparser

A port of the parser from graphql-js into golang
MIT License
498 stars 123 forks source link

Fixes #231: Parsing a field type with a bang should not increase the … #236

Closed zmay2030 closed 2 years ago

zmay2030 commented 2 years ago

Fix #231

I added a new TestTypePosition test under schema_test.go because the current TestSchemaDocument dumps AST and ast's dumper omits Position.

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.1%) to 88.666% when pulling 91372b1574b3c58a43076ccdf77905c77b8f58f6 on Aven30:fix-231 into 88d959079fbac2ecab92f657550ee52ca3c2470b on vektah:master.

StevenACoffman commented 2 years ago

Thanks!