We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bfef7 commit 9a4af46Copy full SHA for 9a4af46
go.mod
@@ -1,3 +1,5 @@
1
module github.com/graphql-go/handler
2
3
go 1.14
4
+
5
+require github.com/graphql-go/graphql v0.8.1 // indirect
go.sum
@@ -0,0 +1,2 @@
+github.com/graphql-go/graphql v0.8.1 h1:p7/Ou/WpmulocJeEx7wjQy611rtXGQaAcXGqanuMMgc=
+github.com/graphql-go/graphql v0.8.1/go.mod h1:nKiHzRM0qopJEwCITUuIsxk9PlVlwIiiI8pnJEhordQ=
0 commit comments