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/op_label_change.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bug/op_label_change.go') diff --git a/bug/op_label_change.go b/bug/op_label_change.go index 0e7929b7..c5b3765d 100644 --- a/bug/op_label_change.go +++ b/bug/op_label_change.go @@ -303,3 +303,6 @@ func (l LabelChangeResult) String() string { panic(fmt.Sprintf("unknown label change status %v", l.Status)) } } + +// Sign post method for gqlgen +func (item *LabelChangeTimelineItem) IsAuthored() {} -- cgit