diff options
author | Michael Muré <batolettre@gmail.com> | 2022-09-14 11:44:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 11:44:31 +0200 |
commit | 1a5f4be6904694189b8f2461529f1160191a7810 (patch) | |
tree | a4f1a03cc85c4374cb34e72b6bce0e6921f4e2da /api/graphql/gqlgen.yml | |
parent | 896d7cb1b03d449f399bd835693188c3910866a5 (diff) | |
parent | 678cb0e12dda9e6c8d874517195465447fcc8dcf (diff) | |
download | git-bug-1a5f4be6904694189b8f2461529f1160191a7810.tar.gz |
Merge pull request #877 from MichaelMure/dependabot/go_modules/github.com/99designs/gqlgen-0.17.17
build(deps): bump github.com/99designs/gqlgen from 0.17.13 to 0.17.17
Diffstat (limited to 'api/graphql/gqlgen.yml')
-rw-r--r-- | api/graphql/gqlgen.yml | 6 |
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 |