diff --git a/entgql/template.go b/entgql/template.go index fee68d848..a1c9a8aea 100644 --- a/entgql/template.go +++ b/entgql/template.go @@ -77,7 +77,6 @@ var ( func parseT(path string) *gen.Template { return gen.MustParse(gen.NewTemplate(path). - Funcs(gen.Funcs). Funcs(TemplateFuncs). ParseFS(templates, path)) }