diff options
author | Michael Muré <batolettre@gmail.com> | 2018-08-01 19:24:19 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-08-01 19:24:19 +0200 |
commit | 15f282421941b90e1f62912cf68b7556a8ce7b33 (patch) | |
tree | 085c77b22313f1bf4650901de3197f4f200aba28 /graphql/gqlgen.yml | |
parent | 5830dd88414608b5fc6f5f2b44293b079bce2829 (diff) | |
download | git-bug-15f282421941b90e1f62912cf68b7556a8ce7b33.tar.gz |
graphql: simplify the requests with helpers
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 c4f395ab..51c53b62 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 + Operation: + model: github.com/MichaelMure/git-bug/bug.Operation CreateOperation: model: github.com/MichaelMure/git-bug/bug/operations.CreateOperation SetTitleOperation: |