move a bunch of the logic from generated into client

This commit is contained in:
Ben Kraft
2019-12-25 16:26:32 -05:00
parent 9d4b5559f4
commit 4d880a701e
7 changed files with 99 additions and 99 deletions
+6 -1
View File
@@ -2,4 +2,9 @@ module github.com/Khan/genql
go 1.13
require github.com/vektah/gqlparser v1.2.0
require (
github.com/Khan/graphql v0.0.0-20191109005718-3b51154b2bc5
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/vektah/gqlparser v1.2.0
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
)