diff options
author | Michael Muré <batolettre@gmail.com> | 2018-12-23 21:46:47 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-12-23 21:46:47 +0100 |
commit | 94b28b68e57cf683731467b73b3ba777d1e4f86d (patch) | |
tree | 491a67e1d148fb661c0137b180d8251ea5ee3cc3 /graphql/timeline.graphql | |
parent | 7454b9505ae2d680293d3d00d72df14f36f4e616 (diff) | |
download | git-bug-94b28b68e57cf683731467b73b3ba777d1e4f86d.tar.gz |
termui: display an explicit placeholder for empty messages
Diffstat (limited to 'graphql/timeline.graphql')
-rw-r--r-- | graphql/timeline.graphql | 2 |
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! |