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.