From 3bbc781365059053ec7e8f609548b5fac57a8367 Mon Sep 17 00:00:00 2001 From: Darko Luketic Date: Fri, 4 Oct 2024 20:24:36 +0200 Subject: [PATCH] undelete filename_template --- gqlgen.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gqlgen.yml b/gqlgen.yml index e06e8ac..1160bf9 100644 --- a/gqlgen.yml +++ b/gqlgen.yml @@ -14,6 +14,7 @@ resolver: layout: follow-schema dir: graph package: graph + filename_template: "{name}.resolvers.go" # gqlgen will search for any type names in the schema in these go packages # if they match it will use them, otherwise it will generate them.