aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/timeline.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/timeline.graphql')
-rw-r--r--graphql/timeline.graphql2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphql/timeline.graphql b/graphql/timeline.graphql
index 7cce87a7..75f72305 100644
--- a/graphql/timeline.graphql
+++ b/graphql/timeline.graphql
@@ -34,6 +34,7 @@ type CreateTimelineItem implements TimelineItem {
hash: Hash!
author: Person!
message: String!
+ messageIsEmpty: Boolean!
files: [Hash!]!
createdAt: Time!
lastEdit: Time!
@@ -47,6 +48,7 @@ type AddCommentTimelineItem implements TimelineItem {
hash: Hash!
author: Person!
message: String!
+ messageIsEmpty: Boolean!
files: [Hash!]!
createdAt: Time!
lastEdit: Time!