aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/gqlgen.yml
diff options
context:
space:
mode:
authorludovicm67 <ludovicmuller1@gmail.com>2019-04-10 21:50:03 +0200
committerQuentin Gliech <quentingliech@gmail.com>2019-05-22 20:22:35 +0200
commit9adf6de4b5f3df44657d336ed49f9b992d50f458 (patch)
tree87355784512d4b067cd3d6c2418f40ad39c8e3b5 /graphql/gqlgen.yml
parentd156f41d997b4d33d3aa690796f09bbf66889bbe (diff)
downloadgit-bug-9adf6de4b5f3df44657d336ed49f9b992d50f458.tar.gz
graphql: expose label color
Diffstat (limited to 'graphql/gqlgen.yml')
-rw-r--r--graphql/gqlgen.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphql/gqlgen.yml b/graphql/gqlgen.yml
index 0e389a53..7b22e482 100644
--- a/graphql/gqlgen.yml
+++ b/graphql/gqlgen.yml
@@ -11,6 +11,8 @@ models:
model: github.com/MichaelMure/git-bug/graphql/models.RepositoryMutation
Bug:
model: github.com/MichaelMure/git-bug/bug.Snapshot
+ Color:
+ model: image/color.RGBA
Comment:
model: github.com/MichaelMure/git-bug/bug.Comment
Identity: