From 1c2ee10ce7a32df892604846279c7e199ce0ccea Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 22 May 2019 21:46:43 +0200 Subject: graphql: Implement `Authored` whenever possible webui: Use a fragment for Authored nodes --- bug/snapshot.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bug/snapshot.go') diff --git a/bug/snapshot.go b/bug/snapshot.go index 53f6873a..a4661b14 100644 --- a/bug/snapshot.go +++ b/bug/snapshot.go @@ -86,3 +86,6 @@ func (snap *Snapshot) addParticipant(participant identity.Interface) { snap.Participants = append(snap.Participants, participant) } + +// Sign post method for gqlgen +func (snap *Snapshot) IsAuthored() {} -- cgit