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/bug.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bug/bug.go') diff --git a/bug/bug.go b/bug/bug.go index f1bd1114..0604d11d 100644 --- a/bug/bug.go +++ b/bug/bug.go @@ -681,3 +681,6 @@ func (bug *Bug) Compile() Snapshot { return snap } + +// Sign post method for gqlgen +func (bug *Bug) IsAuthored() {} -- cgit