mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
implemented tombstoning
This commit is contained in:
@@ -503,7 +503,7 @@ type Comment {
|
||||
id: ID!
|
||||
|
||||
# The actual comment data.
|
||||
body: String!
|
||||
body: String
|
||||
|
||||
# The body history of the comment. Requires the `ADMIN` or `MODERATOR` role or
|
||||
# the author.
|
||||
@@ -537,6 +537,9 @@ type Comment {
|
||||
# The status history of the comment. Requires the `ADMIN` or `MODERATOR` role.
|
||||
status_history: [CommentStatusHistory!]
|
||||
|
||||
# The date that the comment was deleted at if it was.
|
||||
deleted_at: Date
|
||||
|
||||
# The time when the comment was created
|
||||
created_at: Date!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user