diff options
author | Michael Muré <batolettre@gmail.com> | 2018-08-02 23:37:49 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-08-02 23:37:49 +0200 |
commit | d8f89726fec3822d7d1dd42c52f478f37003b534 (patch) | |
tree | 567e97ee605ef3a286e42e11535fa6516321e743 /graphql/gqlgen.yml | |
parent | ed8f7eca9a8e0d1c448a7cc6240e2b7e357cf354 (diff) | |
download | git-bug-d8f89726fec3822d7d1dd42c52f478f37003b534.tar.gz |
implement media hosting in git for comments + API for the webui
Diffstat (limited to 'graphql/gqlgen.yml')
-rw-r--r-- | graphql/gqlgen.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphql/gqlgen.yml b/graphql/gqlgen.yml index 51c53b62..9be33ef7 100644 --- a/graphql/gqlgen.yml +++ b/graphql/gqlgen.yml @@ -17,6 +17,8 @@ models: model: github.com/MichaelMure/git-bug/bug.Person Label: model: github.com/MichaelMure/git-bug/bug.Label + Hash: + model: github.com/MichaelMure/git-bug/util.Hash Operation: model: github.com/MichaelMure/git-bug/bug.Operation CreateOperation: |