aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug.go
diff options
context:
space:
mode:
authorQuentin Gliech <quentingliech@gmail.com>2019-05-22 21:46:43 +0200
committerQuentin Gliech <quentingliech@gmail.com>2019-05-22 21:46:43 +0200
commit1c2ee10ce7a32df892604846279c7e199ce0ccea (patch)
treee5534df088b309eeb2cb9096f0a4c87a46abd292 /bug/bug.go
parentaa6247ce870075922a1309718e8fafee321ef51d (diff)
downloadgit-bug-1c2ee10ce7a32df892604846279c7e199ce0ccea.tar.gz
graphql: Implement `Authored` whenever possible
webui: Use a fragment for Authored nodes
Diffstat (limited to 'bug/bug.go')
-rw-r--r--bug/bug.go3
1 files changed, 3 insertions, 0 deletions
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() {}