total rewrite to interface handling; not complete but it compiles
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
package {{$.Config.Package}}
|
||||
package {{.Config.Package}}
|
||||
|
||||
// Code generated by github.com/Khan/genql, DO NOT EDIT.
|
||||
|
||||
import (
|
||||
"context"
|
||||
{{- if .ImportJSON -}}
|
||||
"encoding/json"
|
||||
{{end}}
|
||||
|
||||
"github.com/Khan/genql/graphql"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user