gqlgen.yml: rename generated file

This commit is contained in:
Drew DeVault 2022-03-24 14:37:37 +01:00
parent e62353e5c7
commit be6100f36c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ overrides/
build
*_gen.go
api/api
api/graph/api/generated.go

View File

@ -4,7 +4,7 @@ schema:
# Where should the generated server code go?
exec:
filename: graph/api/api_gen.go
filename: graph/api/generated.go
package: api
# Uncomment to enable federation