aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphql/types.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphql/types.go b/graphql/types.go
index a320ca39..f1161687 100644
--- a/graphql/types.go
+++ b/graphql/types.go
@@ -43,6 +43,9 @@ var bugType = graphql.NewObject(graphql.ObjectConfig{
"status": &graphql.Field{
Type: graphql.String,
},
+ "title": &graphql.Field{
+ Type: graphql.String,
+ },
"comments": &graphql.Field{
Type: graphql.NewList(commentType),
},