rename in code

This commit is contained in:
Ben Kraft
2021-03-30 12:41:37 -07:00
parent db3ee65854
commit cbebeaaed4
26 changed files with 46 additions and 46 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
package {{.Config.Package}}
// Code generated by github.com/Khan/genql, DO NOT EDIT.
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
import (
{{- if .Config.ContextType -}}
@@ -10,7 +10,7 @@ import (
"encoding/json"
{{end}}
"github.com/Khan/genql/graphql"
"github.com/Khan/genqlient/graphql"
)
{{/* TODO: type-assert that your ctx type implements context.Context */}}