aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-14 04:11:51 +0000
committerMichael Muré <batolettre@gmail.com>2022-09-14 11:43:29 +0200
commit678cb0e12dda9e6c8d874517195465447fcc8dcf (patch)
treea4f1a03cc85c4374cb34e72b6bce0e6921f4e2da /api
parent896d7cb1b03d449f399bd835693188c3910866a5 (diff)
downloadgit-bug-678cb0e12dda9e6c8d874517195465447fcc8dcf.tar.gz
build(deps): bump github.com/99designs/gqlgen from 0.17.13 to 0.17.17
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.13 to 0.17.17. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/99designs/gqlgen/compare/v0.17.13...v0.17.17) --- updated-dependencies: - dependency-name: github.com/99designs/gqlgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'api')
-rw-r--r--api/graphql/gqlgen.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/api/graphql/gqlgen.yml b/api/graphql/gqlgen.yml
index 98d31a5c..6ed6e52f 100644
--- a/api/graphql/gqlgen.yml
+++ b/api/graphql/gqlgen.yml
@@ -15,12 +15,14 @@ autobind:
- "github.com/MichaelMure/git-bug/entities/bug"
- "github.com/MichaelMure/git-bug/entities/identity"
+omit_getters: true
+
models:
ID:
model: github.com/MichaelMure/git-bug/entity.Id
- Bug:
- model: github.com/MichaelMure/git-bug/api/graphql/models.BugWrapper
Color:
model: image/color.RGBA
Identity:
model: github.com/MichaelMure/git-bug/api/graphql/models.IdentityWrapper
+ Bug:
+ model: github.com/MichaelMure/git-bug/api/graphql/models.BugWrapper