From 2a5fbc4dc988d2eea76fe5e844ccf6425f9386ee Mon Sep 17 00:00:00 2001 From: Amine Hilaly Date: Sun, 31 Mar 2019 22:32:35 +0200 Subject: Expose actors and participants in snapshot and bug excerpt Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation --- graphql/schema/bug.graphql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphql/schema/bug.graphql') 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! -- cgit