From 678cb0e12dda9e6c8d874517195465447fcc8dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 04:11:51 +0000 Subject: 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] --- api/graphql/gqlgen.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'api') 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 -- cgit