aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/schema
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/schema')
-rw-r--r--graphql/schema/bug.graphql2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphql/schema/bug.graphql b/graphql/schema/bug.graphql
index a1a61e7e..e294a363 100644
--- a/graphql/schema/bug.graphql
+++ b/graphql/schema/bug.graphql
@@ -36,6 +36,8 @@ type Bug {
title: String!
labels: [Label!]!
author: Identity!
+ actors: [Identity]!
+ participants: [Identity]!
createdAt: Time!
lastEdit: Time!