Update gqlparser to v2.3.1 (#166)

gqlparser v2.3.1 appears to work ok, but v2.3.0 gqlparser had a PR that needed to be reverted.
This commit is contained in:
Steve Coffman
2022-01-27 15:31:46 -08:00
committed by GitHub
parent 9fbb6b87aa
commit 6bedb6660a
3 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ require (
github.com/alexflint/go-arg v1.4.2
github.com/bradleyjkemp/cupaloy/v2 v2.6.0
github.com/stretchr/testify v1.7.0
github.com/vektah/gqlparser/v2 v2.2.0
github.com/vektah/gqlparser/v2 v2.3.1
golang.org/x/tools v0.1.7
gopkg.in/yaml.v2 v2.4.0
)