aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_create.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/op_create.go
parentaa6247ce870075922a1309718e8fafee321ef51d (diff)
downloadgit-bug-1c2ee10ce7a32df892604846279c7e199ce0ccea.tar.gz
graphql: Implement `Authored` whenever possible
webui: Use a fragment for Authored nodes
Diffstat (limited to 'bug/op_create.go')
-rw-r--r--bug/op_create.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/op_create.go b/bug/op_create.go
index f3757f89..e0e8154b 100644
--- a/bug/op_create.go
+++ b/bug/op_create.go
@@ -173,3 +173,6 @@ func CreateWithFiles(author identity.Interface, unixTime int64, title, message s
return newBug, createOp, nil
}
+
+// Sign post method for gqlgen
+func (item *CreateTimelineItem) IsAuthored() {}