~edwargix/git.sr.ht

be6100f36cddb7d37cc3678b38698bc052dc6ea4 — Drew DeVault 2 years ago e62353e
gqlgen.yml: rename generated file
2 files changed, 2 insertions(+), 1 deletions(-)

M .gitignore
M api/gqlgen.yml
M .gitignore => .gitignore +1 -0
@@ 16,3 16,4 @@ overrides/
build
*_gen.go
api/api
api/graph/api/generated.go

M api/gqlgen.yml => api/gqlgen.yml +1 -1
@@ 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