aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/gqlgen.yml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-29 19:37:06 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-29 19:37:32 +0200
commitc351cfd30d59c9179cc940f9ae15c461462e1a50 (patch)
treef2a218d26f350f265200e2ee89a1c94ca26fd770 /graphql/gqlgen.yml
parent8fa0b258ac89781dae269790a4bde09cbcd2f324 (diff)
downloadgit-bug-c351cfd30d59c9179cc940f9ae15c461462e1a50.tar.gz
graphql: directly return a connection, cleaning
Diffstat (limited to 'graphql/gqlgen.yml')
-rw-r--r--graphql/gqlgen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/gqlgen.yml b/graphql/gqlgen.yml
index 131a8b58..b0b89ab7 100644
--- a/graphql/gqlgen.yml
+++ b/graphql/gqlgen.yml
@@ -2,7 +2,7 @@ schema: schema.graphql
exec:
filename: resolvers/gen_graph.go
model:
- filename: resolvers/gen_model.go
+ filename: models/gen_models.go
models:
Repository: